Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp103 static const uint64_t time_per_bucket = max_time_bucket / num_buckets; variable
104 static constexpr float time_per_bucket_ms = time_per_bucket / 1.0E6;
116 m_buckets[min(time, max_time_bucket - 1) / time_per_bucket] += 1; in add_time()