Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp111 uint64_t m_long_transactions = 0; member
117 m_long_transactions++; in add_time()
133 ret.m_long_transactions = a.m_long_transactions + b.m_long_transactions; in combine()
138 if (m_long_transactions > 0) { in dump()
139 cout << (double)m_long_transactions / m_transactions << "% of transactions took longer " in dump()