Searched defs:hostKernelStop (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);
450 + hostKernelStop - hostKernelStart
456 (unsigned)((hostKernelStop - hostKernelStart) * 100 / hostTotal),
457 (unsigned)((hostKernelStop - hostKernelStart) * 10000 / hostTotal % 100));
496 rc = collector->getRawHostCpuLoad(&hostUserStop, &hostKernelStop, &hostIdleStop);
509 + hostKernelStop - hostKernelStart
515 (unsigned)((hostKernelStop - hostKernelStart) * 100 / hostTotal),
516 (unsigned)((hostKernelStop - hostKernelStart) * 10000 / hostTotal % 100));

Completed in 42 milliseconds