Searched refs:metric (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp31 * 5) Pre-collection methods cannot modify metric data.
292 ComObjPtr<PerformanceMetric> metric; local
293 HRESULT rc = metric.createObject();
295 rc = metric->init (src);
297 metric.queryInterfaceTo(dst);
303 ComObjPtr<PerformanceMetric> metric; local
304 HRESULT rc = metric.createObject();
306 rc = metric->init (src);
308 metric.queryInterfaceTo(dst);
347 ComObjPtr<PerformanceMetric> metric; local
590 registerMetric(pm::Metric *metric) argument
[all...]
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A DMakefile32 metric: metric16
/vbox/src/VBox/Main/include/
H A DPerformanceImpl.h175 void registerMetric (pm::Metric *metric);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py325 for metric in ctx['perf'].query(["*"], [mach]):
326 print metric['name'], metric['values_as_string']
1571 for metric in ctx['perf'].query(["*"], [host]):
1572 print metric['name'], metric['values_as_string']
3482 # There is no need to disable metric collection. This is just an example.

Completed in 403 milliseconds