Searched refs:lastIoBeginNs (Results 1 – 1 of 1) sorted by relevance
4474 const int64_t lastIoBeginNs = systemTime(); in threadLoop() local4497 (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()4517 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()4532 mLastIoBeginNs = lastIoBeginNs; in threadLoop()8532 const int64_t lastIoBeginNs = systemTime(); // start IO timing in threadLoop() local8810 const double processMs = (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()8817 mLastIoBeginNs = lastIoBeginNs; in threadLoop()