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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp105 static const uint64_t time_per_bucket = max_time_bucket / num_buckets; variable
106 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;

Completed in 314 milliseconds