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

/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp491 uint32_t u32CatchUpPct = TMVirtualSyncGetCatchUpPct(pVM); local
492 if (u32CatchUpPct /* non-zero if catching up */)
614 //if (fSpinning) RTLogRelPrintf("spun for %RU64 ns %u loops; lag=%RU64 pct=%d\n", RTTimeNanoTS() - u64Now, cLoops, TMVirtualSyncGetLag(pVM), u32CatchUpPct);

Completed in 34 milliseconds