Changeset 39640 in vbox for trunk/src/VBox/Runtime/common/misc/reqpool.cpp
- Timestamp:
- Dec 16, 2011 1:00:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/reqpool.cpp
r39639 r39640 319 319 uint64_t const uNsTsEnd = RTTimeNanoTS(); 320 320 pThread->cNsTotalReqProcessing += uNsTsEnd - pThread->uProcessingNanoTs; 321 pThread->cNsTotalReqQueued += uNsTsEnd- pThread->uPendingNanoTs;321 pThread->cNsTotalReqQueued += pThread->uProcessingNanoTs - pThread->uPendingNanoTs; 322 322 pThread->cReqProcessed++; 323 323 }
Note:
See TracChangeset
for help on using the changeset viewer.