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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp112 uint64_t m_total_time = 0; member in struct:ProcResults
123 m_total_time += time;
134 ret.m_total_time = a.m_total_time + b.m_total_time;
146 double average = (double)m_total_time / m_transactions / 1.0E6;
H A Dschd-dbg.cpp218 uint64_t m_total_time = 0; member in struct:Results
230 m_total_time += nano;
247 double average = (double)m_total_time / m_transactions / 1.0E6;

Completed in 356 milliseconds