HomeSort by: relevance | last modified time | path
    Searched defs:run_iterations (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
statistics.cc 100 int64_t const run_iterations = reports.front().iterations; local
123 CHECK_EQ(run_iterations, run.iterations);
145 double(reports.size()) / double(run_iterations);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
statistics.cc 105 int64_t const run_iterations = reports.front().iterations; local
128 CHECK_EQ(run_iterations, run.iterations);
156 data.iterations = run_iterations;

Completed in 24 milliseconds