Home
last modified time | relevance | path

Searched defs:ProcResults (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp106 struct ProcResults { struct
123 static ProcResults combine(const ProcResults& a, const ProcResults& b) { in combine() argument
135 void dump() { in dump()
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp55 struct ProcResults { struct
58 ProcResults(size_t capacity) { data.reserve(capacity); } in ProcResults() argument
61 void combine_with(const ProcResults& append) { in combine_with() argument
64 uint64_t worst() { in worst()
67 void dump_to_file(string filename) { in dump_to_file()
79 void dump() { in dump()