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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstatistics.cc105 int64_t const run_iterations = reports.front().iterations; local
128 CHECK_EQ(run_iterations, run.iterations);
156 data.iterations = run_iterations;
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc100 int64_t const run_iterations = reports.front().iterations; local
123 CHECK_EQ(run_iterations, run.iterations);
145 double(reports.size()) / double(run_iterations);

Completed in 86 milliseconds