Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp112 uint64_t m_total_time = 0; member
123 m_total_time += time; in add_time()
134 ret.m_total_time = a.m_total_time + b.m_total_time; in combine()
146 double average = (double)m_total_time / m_transactions / 1.0E6; in dump()
H A Dschd-dbg.cpp218 uint64_t m_total_time = 0; member
230 m_total_time += nano; in add_time()
247 double average = (double)m_total_time / m_transactions / 1.0E6; in dump()
/aosp12/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp111 uint64_t m_total_time = 0; member
120 m_total_time += time; in add_time()
131 ret.m_total_time = a.m_total_time + b.m_total_time; in combine()
138 double average = (double) m_total_time / m_transactions / 1.0E6; in dump()