OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_total_time
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/binder/tests/
binderThroughputTest.cpp
112
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;
schd-dbg.cpp
218
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;
/system/libhwbinder/vts/performance/
Benchmark_throughput.cpp
110
uint64_t
m_total_time
= 0;
member in struct:ProcResults
119
m_total_time
+= time;
130
ret.
m_total_time
= a.
m_total_time
+ b.
m_total_time
;
137
double average = (double)
m_total_time
/ m_transactions / 1.0E6;
Completed in 152 milliseconds