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

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

Completed in 43 milliseconds