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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp292 double iterations_per_sec = double(iterations * workers) / (chrono::duration_cast<chrono::nanoseconds>(end - start).count() / 1.0E9); local
293 cout << "iterations per sec: " << iterations_per_sec << endl;

Completed in 518 milliseconds