Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp101 static const uint32_t num_buckets = 128; variable
103 static const uint64_t time_per_bucket = max_time_bucket / num_buckets;
109 uint32_t m_buckets[num_buckets] = {0};
125 for (uint32_t i = 0; i < num_buckets; i++) { in combine()
149 for (uint32_t i = 0; i < num_buckets; i++) { in dump()