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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp111 uint32_t m_buckets[num_buckets] = {0}; member in struct:ProcResults
116 m_buckets[min(time, max_time_bucket-1) / time_per_bucket] += 1;
125 ret.m_buckets[i] = a.m_buckets[i] + b.m_buckets[i];
142 if ((cur_total < 0.5f * m_transactions) && (cur_total + m_buckets[i] >= 0.5f * m_transactions)) {
145 if ((cur_total < 0.9f * m_transactions) && (cur_total + m_buckets[i] >= 0.9f * m_transactions)) {
148 if ((cur_total < 0.95f * m_transactions) && (cur_total + m_buckets[i] >= 0.95f * m_transactions)) {
151 if ((cur_total < 0.99f * m_transactions) && (cur_total + m_buckets[i] >= 0.99f * m_transactions)) {
154 cur_total += m_buckets[
[all...]

Completed in 266 milliseconds