Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_tcp.cpp409 …uint32_t thousandTimesGoodput = (1000 * (mBenchmarkBytesTotal << 3) + (milliseconds >> 1)) / milli… in HandleTcpSendDone() local
413 … OutputLine("TCP Goodput: %u.%03u kb/s", thousandTimesGoodput / 1000, thousandTimesGoodput % 1000); in HandleTcpSendDone()