Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp918 for (uint64_t sample_ns : latency_samples_ns) { in ClientCommand() local
919 sample_buckets[(sample_ns - min_sample_time_ns) / (ns_per_bucket + 1)] += 1; in ClientCommand()