Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp102 static const uint64_t max_time_bucket = 50ull * 1000000; variable
103 static const uint64_t time_per_bucket = max_time_bucket / num_buckets;
107 uint64_t m_best = max_time_bucket;
116 m_buckets[min(time, max_time_bucket - 1) / time_per_bucket] += 1; in add_time()