Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp167 SchedStats sched_stats = {}; member
636 SchedStats sched_stats; in ClientCommand() local
649 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 …]