Searched refs:cur_time (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp141 float cur_time = time_per_bucket_ms * i + 0.5f * time_per_bucket_ms; local
143 cout << "50%: " << cur_time << " "; local
146 cout << "90%: " << cur_time << " "; local
149 cout << "95%: " << cur_time << " "; local
152 cout << "99%: " << cur_time << " "; local
205 uint64_t cur_time = uint64_t(chrono::duration_cast<chrono::nanoseconds>(end - start).count()); local
206 results.add_time(cur_time);

Completed in 879 milliseconds