Home
last modified time | relevance | path

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

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