Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp912 const int num_buckets = 200; in ClientCommand() local
914 const uint64_t ns_per_bucket = sample_range_ns / num_buckets; in ClientCommand()
915 std::array<uint64_t, num_buckets> sample_buckets = {{0}}; in ClientCommand()
935 for (int i = 0; i < num_buckets; i++) { in ClientCommand()