Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp108 uint64_t m_worst = 0; member
121 m_worst = max(time, m_worst); in add_time()
130 ret.m_worst = max(a.m_worst, b.m_worst); in combine()
141 << m_worst / 1000 << " microseconds" << endl; in dump()
145 double worst = (double)m_worst / 1.0E6; in dump()
324 max_time_bucket = 2 * tot_results.m_worst; in run_main()
326 cout << "Max latency during training: " << tot_results.m_worst / 1.0E6 << "ms" << endl; in run_main()
Dschd-dbg.cpp216 uint64_t m_worst = 0; member
228 m_worst = max(nano, m_worst); in add_time()
246 double worst = (double)m_worst / 1.0E6; in dump()