Searched defs:hostIdleStart (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);
451 + hostIdleStop - hostIdleStart;
459 (unsigned)((hostIdleStop - hostIdleStart) * 100 / hostTotal),
460 (unsigned)((hostIdleStop - hostIdleStart) * 10000 / hostTotal % 100));
475 rc = collector->getRawHostCpuLoad(&hostUserStart, &hostKernelStart, &hostIdleStart);
510 + hostIdleStop - hostIdleStart;
518 (unsigned)((hostIdleStop - hostIdleStart) * 100 / hostTotal),
519 (unsigned)((hostIdleStop - hostIdleStart) * 10000 / hostTotal % 100));

Completed in 42 milliseconds