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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp108 uint64_t m_worst = 0; member in struct:ProcResults
121 m_worst = max(time, m_worst);
130 ret.m_worst = max(a.m_worst, b.m_worst);
141 << m_worst / 1000 << " microseconds" << endl;
145 double worst = (double)m_worst / 1.0E6;
322 // sets max_time_bucket to 2 * m_worst from the training round.
324 max_time_bucket = 2 * tot_results.m_worst;
[all...]
H A Dschd-dbg.cpp216 uint64_t m_worst = 0; member in struct:Results
228 m_worst = max(nano, m_worst);
246 double worst = (double)m_worst / 1.0E6;

Completed in 8 milliseconds