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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSectRw.cpp282 uint64_t cItrNormal = cItrTotal / cThreads; local
283 uint64_t cItrMinOK = cItrNormal / 20; /* 5% */
287 uint64_t cItrDelta = RT_ABS((int64_t)(acIterations[i] - cItrNormal));
290 i, acIterations[i], cItrMinOK, cItrDelta * 100 / cItrNormal);
291 else if (cItrDelta > cItrNormal / 2)
294 i, acIterations[i], cItrNormal, cItrDelta * 100 / cItrNormal);
306 // cItrMaxDeviation * 100 / cItrNormal
310 RTTestValue(g_hTest, "Max diviation", cItrMaxDeviation * 100 / cItrNormal, RTTESTUNIT_PCT);
H A DtstRTSemRW.cpp282 uint64_t cItrNormal = cItrTotal / cThreads; local
283 uint64_t cItrMinOK = cItrNormal / 20; /* 5% */
287 uint64_t cItrDelta = RT_ABS((int64_t)(acIterations[i] - cItrNormal));
290 i, acIterations[i], cItrMinOK, cItrDelta * 100 / cItrNormal);
291 else if (cItrDelta > cItrNormal / 2)
294 i, acIterations[i], cItrNormal, cItrDelta * 100 / cItrNormal);
306 // cItrMaxDeviation * 100 / cItrNormal
310 RTTestValue(g_hTest, "Max diviation", cItrMaxDeviation * 100 / cItrNormal, RTTESTUNIT_PCT);

Completed in 218 milliseconds