Home
last modified time | relevance | path

Searched refs:ReportAggregatesOnly (Results 1 – 9 of 9) sorted by relevance

/third_party/benchmark/test/
Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
Dreporter_output_test.cc640 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
657 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
760 ->ReportAggregatesOnly()
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc102 .def("report_aggregates_only", &Benchmark::ReportAggregatesOnly, in PYBIND11_MODULE()
/third_party/benchmark/src/
Dbenchmark_register.cc364 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark_register.cc371 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h824 Benchmark* ReportAggregatesOnly(bool value = true);
/third_party/json/benchmarks/thirdparty/benchmark/
DREADME.md545 `ReportAggregatesOnly(bool)` function can be used to change how repeated tests
548 Calling `ReportAggregatesOnly(bool)` on a registered benchmark object overrides
/third_party/benchmark/include/benchmark/
Dbenchmark.h1020 Benchmark* ReportAggregatesOnly(bool value = true);
/third_party/benchmark/docs/
Duser_guide.md987 `ReportAggregatesOnly(bool)`, `DisplayAggregatesOnly(bool)` functions can be
996 Calling `ReportAggregatesOnly(bool)` / `DisplayAggregatesOnly(bool)` on a