/external/llvm-project/llvm/utils/benchmark/test/ |
D | reporter_output_test.cc | 289 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly(); 299 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly(); 320 ->ReportAggregatesOnly()
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | reporter_output_test.cc | 383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly(); 395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly(); 468 ->ReportAggregatesOnly()
|
D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
/external/libcxx/utils/google-benchmark/test/ |
D | reporter_output_test.cc | 383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly(); 395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly(); 468 ->ReportAggregatesOnly()
|
D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
/external/google-benchmark/test/ |
D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
D | reporter_output_test.cc | 544 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly(); 559 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly(); 644 ->ReportAggregatesOnly()
|
/external/google-benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 102 .def("report_aggregates_only", &Benchmark::ReportAggregatesOnly, in PYBIND11_MODULE()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_register.cc | 376 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | benchmark_register.cc | 376 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | benchmark_register.cc | 371 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
|
/external/google-benchmark/src/ |
D | benchmark_register.cc | 403 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() function in benchmark::internal::Benchmark
|
/external/llvm-project/llvm/utils/benchmark/include/benchmark/ |
D | benchmark.h | 836 Benchmark* ReportAggregatesOnly(bool value = true);
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 872 Benchmark* ReportAggregatesOnly(bool value = true);
|
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 872 Benchmark* ReportAggregatesOnly(bool value = true);
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 884 Benchmark* ReportAggregatesOnly(bool value = true);
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 570 `ReportAggregatesOnly(bool)`, `DisplayAggregatesOnly(bool)` functions can be 579 Calling `ReportAggregatesOnly(bool)` / `DisplayAggregatesOnly(bool)` on a
|
/external/llvm-project/llvm/utils/benchmark/ |
D | README.md | 545 `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/ |
D | README.md | 570 `ReportAggregatesOnly(bool)`, `DisplayAggregatesOnly(bool)` functions can be 579 Calling `ReportAggregatesOnly(bool)` / `DisplayAggregatesOnly(bool)` on a
|
/external/google-benchmark/ |
D | README.md | 1129 `ReportAggregatesOnly(bool)`, `DisplayAggregatesOnly(bool)` functions can be 1138 Calling `ReportAggregatesOnly(bool)` / `DisplayAggregatesOnly(bool)` on a
|