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

/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp153 uint64_t hostRxStop, hostTxStop, speed = 125000000; /* Assume 1Gbit/s */ local
183 hostRxStop = hostRxStart;
185 rc = collector->getRawHostNetworkLoad(NETIFNAME, &hostRxStop, &hostTxStop);
194 (hostRxStop - hostRxStart)/5, (hostRxStop - hostRxStart)/(5000000/8),
195 (hostRxStop - hostRxStart) * 100 / (speed * 5),
196 (hostRxStop - hostRxStart) * 10000 / (speed * 5) % 100);

Completed in 185 milliseconds