Searched defs:ElapsedNS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstSemMutex.cpp157 uint64_t ElapsedNS = RTTimeNanoTS() - u64StartTS; local
197 ElapsedNS / Total,
H A DtstRTCritSectRw.cpp259 uint64_t ElapsedNS = RTTimeNanoTS() - u64StartTS; local
305 // ElapsedNS / cItrTotal,
309 RTTestValue(g_hTest, "Thruput", cItrTotal * UINT32_C(1000000000) / ElapsedNS, RTTESTUNIT_CALLS_PER_SEC);
H A DtstRTSemRW.cpp258 uint64_t ElapsedNS = RTTimeNanoTS() - u64StartTS; local
305 // ElapsedNS / cItrTotal,
309 RTTestValue(g_hTest, "Thruput", cItrTotal * UINT32_C(1000000000) / ElapsedNS, RTTESTUNIT_CALLS_PER_SEC);

Completed in 43 milliseconds