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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp400 uint64_t hostUserStart, hostKernelStart, hostIdleStart; local
416 rc = collector->getRawHostCpuLoad(&hostUserStart, &hostKernelStart, &hostIdleStart);
449 hostTotal = hostUserStop - hostUserStart
453 (unsigned)((hostUserStop - hostUserStart) * 100 / hostTotal),
454 (unsigned)((hostUserStop - hostUserStart) * 10000 / hostTotal % 100));
475 rc = collector->getRawHostCpuLoad(&hostUserStart, &hostKernelStart, &hostIdleStart);
508 hostTotal = hostUserStop - hostUserStart
512 (unsigned)((hostUserStop - hostUserStart) * 100 / hostTotal),
513 (unsigned)((hostUserStop - hostUserStart) * 10000 / hostTotal % 100));

Completed in 43 milliseconds