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

/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp728 int64_t const cNsOverslept = u64EndSchedHalt - u64GipTime; local
729 if (cNsOverslept > 50000)
730 STAM_PROFILE_ADD_PERIOD(&pUVCpu->vm.s.StatHaltBlockOverslept, cNsOverslept);
731 else if (cNsOverslept < -50000)

Completed in 45 milliseconds