Searched refs:benchmark_result (Results 1 – 1 of 1) sorted by relevance
847 BenchmarkResult benchmark_result = result.get(); in ClientCommand() local848 std::cerr << std::fixed << "Thread " << benchmark_result.thread_id in ClientCommand()849 << " service " << benchmark_result.service_id << ":" << std::endl; in ClientCommand()850 std::cerr << "\t " << benchmark_result.bytes_sent << " bytes in " in ClientCommand()851 << benchmark_result.time_delta_s << " seconds (" in ClientCommand()852 << std::setprecision(0) << (benchmark_result.bytes_sent / 1024.0 / in ClientCommand()853 benchmark_result.time_delta_s) in ClientCommand()855 << (ProgramOptions.count / benchmark_result.time_delta_s) in ClientCommand()857 << (benchmark_result.time_delta_s / ProgramOptions.count) in ClientCommand()859 std::cerr << "\tStats: " << benchmark_result.sched_stats.cpu_time_s() << " " in ClientCommand()[all …]