Searched refs:sched_stats (Results 1 – 1 of 1) sorted by relevance
167 SchedStats sched_stats = {}; member636 SchedStats sched_stats; in ClientCommand() local649 sched_stats.Update(); in ClientCommand()799 SchedStats stats = sched_stats; in ClientCommand()810 sched_stats.Update(); in ClientCommand()820 {thread_id, service_id, time_delta_s, bytes_sent, sched_stats}); in ClientCommand()859 std::cerr << "\tStats: " << benchmark_result.sched_stats.cpu_time_s() << " " in ClientCommand()860 << (benchmark_result.sched_stats.cpu_time_s() / in ClientCommand()862 << " " << benchmark_result.sched_stats.wait_s() << " " in ClientCommand()863 << (benchmark_result.sched_stats.wait_s() / ProgramOptions.count) in ClientCommand()[all …]