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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp234 uint64_t diskMsStop, totalMsStop; local
299 rc = collector->getRawHostDiskLoad(it->c_str(), &diskMsStop, &totalMsStop);
306 (diskMsStop - diskMsStart),
307 (unsigned)((diskMsStop - diskMsStart) * 100 / (totalMsStop - totalMsStart)),
308 (unsigned)((diskMsStop - diskMsStart) * 10000 / (totalMsStop - totalMsStart) % 100),

Completed in 61 milliseconds