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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp59 nCalls = 0; \
65 ++nCalls; \
72 RTPrintf("%70s -- %u calls per second\n", #fn, nCalls)
106 unsigned int nCalls; local
112 CALLS_PER_SECOND(getRawProcessCpuLoad(processes[nCalls%cVMs], &tmp64, &tmp64, &tmp64));
118 CALLS_PER_SECOND(getProcessMemoryUsage(processes[nCalls%cVMs], &tmp));

Completed in 44 milliseconds