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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp110 uint64_t m_worst = 0; member in struct:ProcResults
118 m_worst = max(time, m_worst);
127 ret.m_worst = max(a.m_worst, b.m_worst);
135 double worst = (double)m_worst / 1.0E6;

Completed in 6 milliseconds