Searched refs:StatHaltBlockOnTime (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DVMInternal.h435 STAMPROFILE StatHaltBlockOnTime; member in struct:VMINTUSERPERVMCPU
/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp734 STAM_PROFILE_ADD_PERIOD(&pUVCpu->vm.s.StatHaltBlockOnTime, cNsElapsedSchedHalt);
H A DVM.cpp915 rc = STAMR3RegisterF(pVM, &pUVM->aCpus[idCpu].vm.s.StatHaltBlockOnTime, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_NS_PER_CALL, "Time slept on time.", "/PROF/CPU%d/VM/Halt/BlockOnTime", idCpu);

Completed in 63 milliseconds