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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp113 uint64_t m_total_time = 0; member in struct:ProcResults
120 m_total_time += time;
130 ret.m_total_time = a.m_total_time + b.m_total_time;
136 double average = (double)m_total_time / m_transactions / 1.0E6;

Completed in 613 milliseconds