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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp3154 pm::BaseMetric *cpuMhz = new pm::HostCpuMhz(hal, this, cpuMhzSM); local
3155 aCollector->registerBaseMetric(cpuMhz);
3192 aCollector->registerMetric(new pm::Metric(cpuMhz, cpuMhzSM, 0));
3193 aCollector->registerMetric(new pm::Metric(cpuMhz, cpuMhzSM,
3195 aCollector->registerMetric(new pm::Metric(cpuMhz, cpuMhzSM,
3197 aCollector->registerMetric(new pm::Metric(cpuMhz, cpuMhzSM,

Completed in 73 milliseconds