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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp152 uint64_t hostRxStart, hostTxStart; local
157 hostRxStart = hostTxStart = 0;
164 rc = collector->getRawHostNetworkLoad(NETIFNAME, &hostRxStart, &hostTxStart);
184 hostTxStop = hostTxStart;
198 (hostTxStop - hostTxStart)/5, (hostTxStop - hostTxStart)/(5000000/8),
199 (hostTxStop - hostTxStart) * 100 / (speed * 5),
200 (hostTxStop - hostTxStart) * 10000 / (speed * 5) % 100);

Completed in 56 milliseconds