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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp74 void measurePerformance(pm::CollectorHAL *collector, const char *pszName, int cVMs) argument
84 for (int i = 0; i < cVMs; ++i)
112 CALLS_PER_SECOND(getRawProcessCpuLoad(processes[nCalls%cVMs], &tmp64, &tmp64, &tmp64));
118 CALLS_PER_SECOND(getProcessMemoryUsage(processes[nCalls%cVMs], &tmp));
134 N_CALLS(cVMs, getRawProcessCpuLoad(processes[call], &tmp64, &tmp64, &tmp64));
136 N_CALLS(cVMs, getProcessMemoryUsage(processes[call], &tmp));
138 printf("\n%u VMs -- %.2f%% of CPU time\n", cVMs, (RTTimeNanoTS() - start) / 10000000. / times);
/vbox/include/VBox/vmm/
H A Dgvmm.h138 uint32_t cVMs; member in struct:GVMMSTATS
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp206 uint16_t volatile cVMs; member in struct:GVMM
506 SUPR0Printf("GVMMR0Term: iUsedHead=%#x! (cVMs=%#x cEMTs=%#x)\n", pGVMM->iUsedHead, pGVMM->cVMs, pGVMM->cEMTs);
791 pGVMM->cVMs++;
1245 pGVMM->cVMs--;
2352 pStats->cVMs = 0; /* (crash before taking the sem...) */
2378 pStats->cVMs = 0;
2393 pStats->cVMs++;

Completed in 46 milliseconds