Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp104 static const uint64_t max_time_bucket = 50ull * 1000000; variable
105 static const uint64_t time_per_bucket = max_time_bucket / num_buckets;
109 uint64_t m_best = max_time_bucket;
116 m_buckets[min(time, max_time_bucket-1) / time_per_bucket] += 1; in add_time()