Searched refs:lastIoBeginNs (Results 1 – 1 of 1) sorted by relevance
3786 const int64_t lastIoBeginNs = systemTime(); in threadLoop() local3809 (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()3817 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()3831 mLastIoBeginNs = lastIoBeginNs; in threadLoop()7114 const int64_t lastIoBeginNs = systemTime(); // start IO timing in threadLoop() local7401 const double processMs = (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()7408 mLastIoBeginNs = lastIoBeginNs; in threadLoop()