Changeset 45020 in vbox for trunk/src/VBox
- Timestamp:
- Mar 13, 2013 2:34:03 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84257
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTSemRW.cpp
r28800 r45020 298 298 } 299 299 300 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 301 "Threads: %u Total: %llu Per Sec: %llu Avg: %llu ns Max dev: %llu%%\n", 302 cThreads, 303 cItrTotal, 304 cItrTotal / cSeconds, 305 ElapsedNS / cItrTotal, 306 cItrMaxDeviation * 100 / cItrNormal 307 ); 300 //RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 301 // "Threads: %u Total: %llu Per Sec: %llu Avg: %llu ns Max dev: %llu%%\n", 302 // cThreads, 303 // cItrTotal, 304 // cItrTotal / cSeconds, 305 // ElapsedNS / cItrTotal, 306 // cItrMaxDeviation * 100 / cItrNormal 307 // ); 308 // 309 RTTestValue(g_hTest, "Thruput", cItrTotal * UINT32_C(1000000000) / ElapsedNS, RTTESTUNIT_CALLS_PER_SEC); 310 RTTestValue(g_hTest, "Max diviation", cItrMaxDeviation * 100 / cItrNormal, RTTESTUNIT_PCT); 308 311 } 309 312
Note:
See TracChangeset
for help on using the changeset viewer.