Searched refs:getCpuIdle (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DPerformance.h290 ULONG getCpuIdle() { return mCpuIdle; }; function in class:pm::CollectorGuest
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp1169 mIdle->put((ULONG)(PM_CPU_LOAD_MULTIPLIER * mCGuest->getCpuIdle()) / 100);

Completed in 1125 milliseconds