Home
last modified time | relevance | path

Searched refs:thousandTimesGoodput (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/cli/
Dcli_tcp.cpp1155 uint32_t thousandTimesGoodput = in OutputBenchmarkResult() local
1160 OutputLine("TCP Goodput: %lu.%03u kb/s", ToUlong(thousandTimesGoodput / 1000), in OutputBenchmarkResult()
1161 static_cast<uint16_t>(thousandTimesGoodput % 1000)); in OutputBenchmarkResult()