Searched defs:cItrTotal (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSectRw.cpp278 uint64_t cItrTotal = acIterations[0]; local
280 cItrTotal += acIterations[i];
282 uint64_t cItrNormal = cItrTotal / cThreads;
303 // cItrTotal,
304 // cItrTotal / cSeconds,
305 // ElapsedNS / cItrTotal,
309 RTTestValue(g_hTest, "Thruput", cItrTotal * UINT32_C(1000000000) / ElapsedNS, RTTESTUNIT_CALLS_PER_SEC);
H A DtstRTSemRW.cpp278 uint64_t cItrTotal = acIterations[0]; local
280 cItrTotal += acIterations[i];
282 uint64_t cItrNormal = cItrTotal / cThreads;
303 // cItrTotal,
304 // cItrTotal / cSeconds,
305 // ElapsedNS / cItrTotal,
309 RTTestValue(g_hTest, "Thruput", cItrTotal * UINT32_C(1000000000) / ElapsedNS, RTTESTUNIT_CALLS_PER_SEC);

Completed in 54 milliseconds