Searched refs:thousandTimesGoodput (Results 1 – 1 of 1) sorted by relevance
409 …uint32_t thousandTimesGoodput = (1000 * (mBenchmarkBytesTotal << 3) + (milliseconds >> 1)) / milli… in HandleTcpSendDone() local413 … OutputLine("TCP Goodput: %u.%03u kb/s", thousandTimesGoodput / 1000, thousandTimesGoodput % 1000); in HandleTcpSendDone()