Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp108 uint64_t m_worst = 0; member
118 m_worst = max(time, m_worst); in add_time()
128 ret.m_worst = max(a.m_worst, b.m_worst); in combine()
137 double worst = (double) m_worst / 1.0E6; in dump()