Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/benchmark/test/
Dreporter_output_test.cc289 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
299 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
320 ->ReportAggregatesOnly()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
468 ->ReportAggregatesOnly()
Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
468 ->ReportAggregatesOnly()
Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
/external/google-benchmark/test/
Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
Dreporter_output_test.cc544 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
559 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
644 ->ReportAggregatesOnly()
/external/google-benchmark/bindings/python/google_benchmark/
Dbenchmark.cc102 .def("report_aggregates_only", &Benchmark::ReportAggregatesOnly, in PYBIND11_MODULE()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc376 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc376 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark_register.cc371 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
/external/google-benchmark/src/
Dbenchmark_register.cc403 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h836 Benchmark* ReportAggregatesOnly(bool value = true);
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h872 Benchmark* ReportAggregatesOnly(bool value = true);
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h872 Benchmark* ReportAggregatesOnly(bool value = true);
/external/google-benchmark/include/benchmark/
Dbenchmark.h884 Benchmark* ReportAggregatesOnly(bool value = true);
/external/libcxx/utils/google-benchmark/
DREADME.md570 `ReportAggregatesOnly(bool)`, `DisplayAggregatesOnly(bool)` functions can be
579 Calling `ReportAggregatesOnly(bool)` / `DisplayAggregatesOnly(bool)` on a
/external/llvm-project/llvm/utils/benchmark/
DREADME.md545 `ReportAggregatesOnly(bool)` function can be used to change how repeated tests
548 Calling `ReportAggregatesOnly(bool)` on a registered benchmark object overrides
/external/llvm-project/libcxx/utils/google-benchmark/
DREADME.md570 `ReportAggregatesOnly(bool)`, `DisplayAggregatesOnly(bool)` functions can be
579 Calling `ReportAggregatesOnly(bool)` / `DisplayAggregatesOnly(bool)` on a
/external/google-benchmark/
DREADME.md1129 `ReportAggregatesOnly(bool)`, `DisplayAggregatesOnly(bool)` functions can be
1138 Calling `ReportAggregatesOnly(bool)` / `DisplayAggregatesOnly(bool)` on a