Searched defs:hostRxStart (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);
183 hostRxStop = hostRxStart;
194 (hostRxStop - hostRxStart)/5, (hostRxStop - hostRxStart)/(5000000/8),
195 (hostRxStop - hostRxStart) * 100 / (speed * 5),
196 (hostRxStop - hostRxStart) * 10000 / (speed * 5) % 100);

Completed in 42 milliseconds