Searched refs:RTTimeDbgSteps (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstTime-2.cpp75 RTPrintf("tstTime-2: RTTimeDbgSteps -> %u (%d ppt)\n", RTTimeDbgSteps(), ((uint64_t)RTTimeDbgSteps() * 1000) / NUMBER_OF_CALLS);
H A DtstRTTime.cpp109 RTTestValue(hTest, "RTTimeDbgSteps", RTTimeDbgSteps(), RTTESTUNIT_OCCURRENCES);
110 RTTestValue(hTest, "RTTimeDbgSteps pp", ((uint64_t)RTTimeDbgSteps() * 1000) / i, RTTESTUNIT_PP1K);
/vbox/src/VBox/Runtime/common/time/
H A Dtimesup.cpp328 RTDECL(uint32_t) RTTimeDbgSteps(void) function
332 RT_EXPORT_SYMBOL(RTTimeDbgSteps); variable
/vbox/include/iprt/
H A Dtime.h805 RTDECL(uint32_t) RTTimeDbgSteps(void);
H A Dmangling.h1726 # define RTTimeDbgSteps RT_MANGLER(RTTimeDbgSteps) macro

Completed in 82 milliseconds