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

  /external/google-benchmark/src/
benchmark_runner.h 37 std::vector<BenchmarkReporter::Run> aggregates_only; member in struct:benchmark::internal::RunResults
benchmark.cc 271 report_aggregates_only &= !run_results.aggregates_only.empty();
274 if (!run_results.aggregates_only.empty())
275 reporter->ReportRuns(run_results.aggregates_only);
benchmark_runner.cc 158 run_results.aggregates_only = ComputeStats(run_results.non_aggregates);
163 run_results.aggregates_only.insert(run_results.aggregates_only.end(),
  /external/libcxx/utils/google-benchmark/src/
benchmark_runner.h 37 std::vector<BenchmarkReporter::Run> aggregates_only; member in struct:benchmark::internal::RunResults
benchmark.cc 271 report_aggregates_only &= !run_results.aggregates_only.empty();
274 if (!run_results.aggregates_only.empty())
275 reporter->ReportRuns(run_results.aggregates_only);
benchmark_runner.cc 158 run_results.aggregates_only = ComputeStats(run_results.non_aggregates);
163 run_results.aggregates_only.insert(run_results.aggregates_only.end(),

Completed in 1849 milliseconds