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 uint64_t max_time_bucket = 50ull * 1000000; variable
105 static uint64_t time_per_bucket = max_time_bucket / num_buckets;
113 uint64_t m_best = max_time_bucket;
116 if (time > max_time_bucket) { in add_time()
119 m_buckets[min(time, max_time_bucket-1) / time_per_bucket] += 1; in add_time()
324 max_time_bucket = 2 * tot_results.m_worst; in run_main()
325 time_per_bucket = max_time_bucket / num_buckets; in run_main()
383 max_time_bucket = strtoull(argv[i+1], (char **)nullptr, 10) * 1000; in main()
384 time_per_bucket = max_time_bucket / num_buckets; in main()