Searched refs:RTTestValue (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTTime.cpp101 RTTestValue(hTest, "Total time delta", u64OSElapsedTS - u64RTElapsedTS, RTTESTUNIT_NS);
103 RTTestValue(hTest, "Total time delta", u64RTElapsedTS - u64OSElapsedTS, RTTESTUNIT_NS);
109 RTTestValue(hTest, "RTTimeDbgSteps", RTTimeDbgSteps(), RTTESTUNIT_OCCURRENCES);
110 RTTestValue(hTest, "RTTimeDbgSteps pp", ((uint64_t)RTTimeDbgSteps() * 1000) / i, RTTESTUNIT_PP1K);
111 RTTestValue(hTest, "RTTimeDbgExpired", RTTimeDbgExpired(), RTTESTUNIT_OCCURRENCES);
112 RTTestValue(hTest, "RTTimeDbgExpired pp", ((uint64_t)RTTimeDbgExpired() * 1000) / i, RTTESTUNIT_PP1K);
113 RTTestValue(hTest, "RTTimeDbgBad", RTTimeDbgBad(), RTTESTUNIT_OCCURRENCES);
114 RTTestValue(hTest, "RTTimeDbgBad pp", ((uint64_t)RTTimeDbgBad() * 1000) / i, RTTESTUNIT_PP1K);
115 RTTestValue(hTest, "RTTimeDbgRaces", RTTimeDbgRaces(), RTTESTUNIT_OCCURRENCES);
116 RTTestValue(hTes
[all...]
H A DtstRTProcCreatePrf.cpp75 RTTestValue(hTest, "Time per process", cNsElapsed / i, RTTESTUNIT_NS);
H A DtstRTPrfIO.cpp99 RTTestValue(g_hTest, what, cNsElapsed / cOps, RTTESTUNIT_NS_PER_CALL); \
100 RTTestValue(g_hTest, what " cps", UINT64_C(10000000000) / (cNsElapsed * 10 / cOps), RTTESTUNIT_CALLS_PER_SEC); \
H A DtstRTCritSectRw.cpp309 RTTestValue(g_hTest, "Thruput", cItrTotal * UINT32_C(1000000000) / ElapsedNS, RTTESTUNIT_CALLS_PER_SEC);
310 RTTestValue(g_hTest, "Max diviation", cItrMaxDeviation * 100 / cItrNormal, RTTESTUNIT_PCT);
H A DtstRTSemRW.cpp309 RTTestValue(g_hTest, "Thruput", cItrTotal * UINT32_C(1000000000) / ElapsedNS, RTTESTUNIT_CALLS_PER_SEC);
310 RTTestValue(g_hTest, "Max diviation", cItrMaxDeviation * 100 / cItrNormal, RTTESTUNIT_PCT);
H A DtstRTFileAio.cpp160 RTTestValue(g_hTest, "Throughput", SpeedKBs, RTTESTUNIT_KILOBYTES_PER_SEC);
H A DtstRTInlineAsm.cpp1610 RTTestValue(g_hTest, str, u64Elapsed / cRounds, RTTESTUNIT_TICKS_PER_CALL); \
1620 RTTestValue(g_hTest, str, u64Elapsed / cRounds, RTTESTUNIT_NS_PER_CALL); \
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIPerf.cpp73 RTTestValue(g_hTest, "IVirtualBox::Revision average", uElapsed / cCalls, RTTESTUNIT_NS_PER_CALL);
96 RTTestValue(g_hTest, "IVirtualBox::Version average", uElapsed / cCalls, RTTESTUNIT_NS_PER_CALL);
116 RTTestValue(g_hTest, "IVirtualBox::Host first", uElapsed, RTTESTUNIT_NS);
134 RTTestValue(g_hTest, "IVirtualBox::Host average", uElapsed / cCalls1, RTTESTUNIT_NS_PER_CALL);
157 RTTestValue(g_hTest, "IVirtualBox::Host 2nd ref", uElapsed / cCalls2, RTTESTUNIT_NS_PER_CALL);
191 RTTestValue(g_hTest, "IHost::GetProcessorFeature average", uElapsed / cCalls, RTTESTUNIT_NS_PER_CALL);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcpu-alloc-all-mem.cpp189 RTTestValue(hTest, "amount", cbTotal, RTTESTUNIT_BYTES);
190 RTTestValue(hTest, "time", cNsElapsed, RTTESTUNIT_NS);
192 RTTestValue(hTest, "speed", cMBPerSec, RTTESTUNIT_MEGABYTES_PER_SEC);
/vbox/src/VBox/Runtime/r3/
H A Dtesti.cpp97 return RTTestValue(NIL_RTTEST, pszName, u64Value, enmUnit);
H A Dtest.cpp1574 RTR3DECL(int) RTTestValue(RTTEST hTest, const char *pszName, uint64_t u64Value, RTTESTUNIT enmUnit) function
1609 int rc = RTTestValue(hTest, pszName, u64Value, enmUnit);
/vbox/src/VBox/ValidationKit/utils/usb/
H A DUsbTest.cpp307 RTTestValue(g_hTest, "Runtime", u64Ns, RTTESTUNIT_NS);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevTesting.cpp169 #if 1 /*!RTTestValue format*/
389 RTTestValue(pThis->hTestingTest, pThis->TestingData.Value.szName,
407 * RTTestValue with the return from DBGFR3RegNmQuery.
/vbox/include/iprt/
H A Dtest.h515 RTR3DECL(int) RTTestValue(RTTEST hTest, const char *pszName, uint64_t u64Value, RTTESTUNIT enmUnit);
518 * Same as RTTestValue, except that the name is now a format string.
532 * Same as RTTestValue, except that the name is now a format string.
972 * Same as RTTestValue, except that the name is now a format string.
984 * Same as RTTestValue, except that the name is now a format string.
H A Dmangling.h1669 # define RTTestValue RT_MANGLER(RTTestValue) macro
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp958 RTTestValue(pGlob->hTest, "Throughput", SpeedKBs, RTTESTUNIT_KILOBYTES_PER_SEC);

Completed in 105 milliseconds