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