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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp52 #define N_CALLS(n, fn) \ macro
126 N_CALLS(1, preCollect(hints, 0));
128 N_CALLS(1, getRawHostCpuLoad(&tmp64, &tmp64, &tmp64));
130 N_CALLS(1, getHostCpuMHz(&tmp));
132 N_CALLS(1, getHostMemoryUsage(&tmp, &tmp, &tmp));
134 N_CALLS(cVMs, getRawProcessCpuLoad(processes[call], &tmp64, &tmp64, &tmp64));
136 N_CALLS(cVMs, getProcessMemoryUsage(processes[call], &tmp));

Completed in 43 milliseconds