Searched refs:thousandTimesGoodput (Results 1 – 1 of 1) sorted by relevance
1157 uint32_t thousandTimesGoodput = in OutputBenchmarkResult() local1162 OutputLine("TCP Goodput: %lu.%03u kb/s", ToUlong(thousandTimesGoodput / 1000), in OutputBenchmarkResult()1163 static_cast<uint16_t>(thousandTimesGoodput % 1000)); in OutputBenchmarkResult()