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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstInt.cpp127 uint64_t StartTick = ASMReadTSC(); local
144 uint64_t Ticks = ASMReadTSC() - StartTick;
155 StartTick = ASMReadTSC();
172 Ticks = ASMReadTSC() - StartTick;
/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp489 uint64_t StartTick = ASMReadTSC(); local
496 uint64_t Ticks = ASMReadTSC() - StartTick;

Completed in 45 milliseconds