Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli_tcp.hpp159 uint32_t mBenchmarkLastBytesTotal; member in ot::Cli::TcpExample
Dcli_tcp.cpp1117 (1000 * (mBenchmarkLastBytesTotal << 3) + (mBenchmarkTimeUsed >> 1)) / mBenchmarkTimeUsed; in OutputBenchmarkResult()
1119 … Benchmark Complete: Transferred %lu bytes in %lu milliseconds", ToUlong(mBenchmarkLastBytesTotal), in OutputBenchmarkResult()
1128 mBenchmarkLastBytesTotal = mBenchmarkBytesTotal; in CompleteBenchmark()