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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp820 uint64_t u64MaxStop = 0; local
827 if (paStates[iCpu].u64Last > u64MaxStop)
828 u64MaxStop = paStates[iCpu].u64Last;
831 RTR0TESTR0_CHECK_MSG(u64MinStart < u64MaxStop, ("%llu, %llu", u64MinStart, u64MaxStop));
832 uint64_t cNsElapsed = u64MaxStop - u64MinStart;

Completed in 42 milliseconds