Searched refs:mBenchmarkLastBytesTotal (Results 1 – 2 of 2) sorted by relevance
159 uint32_t mBenchmarkLastBytesTotal; member in ot::Cli::TcpExample
1117 (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()