Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp876 const int total_threads = ProgramOptions.threads * ProgramOptions.instances; in ClientCommand() local
882 const double average_time_s = total_time_s / total_threads; in ClientCommand()
961 std::cerr << std::fixed << "Total throughput over " << total_threads in ClientCommand()
966 << (iterations * total_threads / average_time_s) in ClientCommand()
968 << (average_time_s / (iterations * total_threads)) << " s/txn)" in ClientCommand()