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

/vbox/src/VBox/VMM/VMMRC/
H A DVMMRC.cpp142 uint64_t u64StartTSC = ASMReadTSC(); local
154 u64TicksNow = ASMReadTSC() - u64StartTSC;

Completed in 42 milliseconds