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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp3132 pm::SubMetric *cpuMhzSM = new pm::SubMetric("CPU/MHz", local
3154 pm::BaseMetric *cpuMhz = new pm::HostCpuMhz(hal, this, cpuMhzSM);
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 295 milliseconds