HomeSort by relevance Sort by last modified time
    Searched refs:run_iterations (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.cc 173 int64_t const run_iterations = reports.front().iterations;
194 CHECK_EQ(run_iterations, run.iterations);
213 mean_data.iterations = run_iterations;
215 real_accumulated_time_stat.Mean() * run_iterations;
217 cpu_accumulated_time_stat.Mean() * run_iterations;
  /external/google-benchmark/src/
statistics.cc 102 int64_t const run_iterations = reports.front().iterations; local
125 CHECK_EQ(run_iterations, run.iterations);
153 data.iterations = run_iterations;
  /external/libcxx/utils/google-benchmark/src/
statistics.cc 102 int64_t const run_iterations = reports.front().iterations; local
125 CHECK_EQ(run_iterations, run.iterations);
153 data.iterations = run_iterations;

Completed in 110 milliseconds