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

  /external/google-benchmark/test/
reporter_output_test.cc 208 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
218 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
236 ->ReportAggregatesOnly()
  /external/libcxx/utils/google-benchmark/test/
reporter_output_test.cc 208 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
218 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
236 ->ReportAggregatesOnly()
  /external/google-benchmark/include/benchmark/
benchmark_api.h 605 Benchmark* ReportAggregatesOnly(bool v = true);
    [all...]
  /external/google-benchmark/src/
benchmark_register.cc 382 Benchmark* Benchmark::ReportAggregatesOnly(bool value) {
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 550 Benchmark* ReportAggregatesOnly(bool v = true);
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 353 Benchmark* Benchmark::ReportAggregatesOnly(bool value) {

Completed in 1209 milliseconds