Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp106 struct ProcResults { struct
123 static ProcResults combine(const ProcResults& a, const ProcResults& b) { in combine() argument
124 ProcResults ret; in combine()
222 ProcResults results; in worker_fx()
384 ProcResults tot_results; in main()
386 ProcResults tmp_results; in main()
388 tot_results = ProcResults::combine(tot_results, tmp_results); in main()