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

/bionic/benchmarks/
H A Dbenchmark_main.cpp117 void Benchmark::RunRepeatedlyWithArg(int iterations, int arg) { argument
122 fn_(iterations);
124 fn_range_(iterations, arg);
133 int iterations = 1; local
134 RunRepeatedlyWithArg(iterations, arg);
135 while (g_benchmark_total_time_ns < 1e9 && iterations < 1e9) {
136 int last = iterations;
137 if (g_benchmark_total_time_ns/iterations == 0) {
138 iterations = 1e9;
140 iterations
[all...]
H A Dbenchmark.h49 void RunRepeatedlyWithArg(int iterations, int arg);

Completed in 49 milliseconds