Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp105 static uint64_t time_per_bucket = max_time_bucket / num_buckets; variable
119 m_buckets[min((uint32_t)(time / time_per_bucket), num_buckets - 1)] += 1; in add_time()
150 float time_per_bucket_ms = time_per_bucket / 1.0E6; in dump()
325 time_per_bucket = max_time_bucket / num_buckets; in run_main()
384 time_per_bucket = max_time_bucket / num_buckets; in main()