Searched refs:HostCpuLoadRaw (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/src-server/ |
H A D | Performance.cpp | 644 void HostCpuLoadRaw::init(ULONG period, ULONG length) 650 void HostCpuLoadRaw::preCollect(CollectorHints& hints, uint64_t /* iTick */) 655 void HostCpuLoadRaw::collect()
|
H A D | HostImpl.cpp | 3151 pm::BaseMetric *cpuLoad = new pm::HostCpuLoadRaw(hal, this, cpuLoadUser, cpuLoadKernel,
|
/vbox/src/VBox/Main/include/ |
H A D | Performance.h | 469 class HostCpuLoadRaw : public HostCpuLoad class in namespace:pm 472 HostCpuLoadRaw(CollectorHAL *hal, ComPtr<IUnknown> object, SubMetric *user, SubMetric *kernel, SubMetric *idle) function in class:pm::HostCpuLoadRaw
|
Completed in 1556 milliseconds