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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp401 uint64_t hostUserStop, hostKernelStop, hostIdleStop, hostTotal; local
437 rc = collector->getRawHostCpuLoad(&hostUserStop, &hostKernelStop, &hostIdleStop);
449 hostTotal = hostUserStop - hostUserStart
453 (unsigned)((hostUserStop - hostUserStart) * 100 / hostTotal),
454 (unsigned)((hostUserStop - hostUserStart) * 10000 / hostTotal % 100));
496 rc = collector->getRawHostCpuLoad(&hostUserStop, &hostKernelStop, &hostIdleStop);
508 hostTotal = hostUserStop - hostUserStart
512 (unsigned)((hostUserStop - hostUserStart) * 100 / hostTotal),
513 (unsigned)((hostUserStop - hostUserStart) * 10000 / hostTotal % 100));

Completed in 43 milliseconds