/third_party/benchmark/test/ |
D | reporter_output_test.cc | 427 BENCHMARK(BM_Repeat)->Repetitions(2); 486 BENCHMARK(BM_Repeat)->Repetitions(3); 555 BENCHMARK(BM_Repeat)->Repetitions(4); 640 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly(); 657 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly(); 708 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly(); 759 ->Repetitions(3) 825 ->Repetitions(3) 956 ->Repetitions(3)
|
D | benchmark_setup_teardown_test.cc | 105 ->Repetitions(1) 128 ->Repetitions(4);
|
D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
D | display_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
|
D | benchmark_name_gtest.cc | 43 TEST(BenchmarkNameTest, Repetitions) { in TEST() argument
|
D | options_test.cc | 39 BENCHMARK(BM_basic)->Repetitions(3);
|
D | user_counters_thousands_test.cc | 28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
|
D | repetitions_test.cc | 13 BENCHMARK(BM_ExplicitRepetitions)->Repetitions(2);
|
D | basic_test.cc | 133 BENCHMARK(BM_KeepRunningBatch)->Repetitions(1);
|
D | user_counters_tabular_test.cc | 77 BENCHMARK(BM_Counters_Tabular)->ThreadRange(1, 2)->Repetitions(2);
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 100 .def("repetitions", &Benchmark::Repetitions, in PYBIND11_MODULE()
|
/third_party/benchmark/src/ |
D | benchmark_register.cc | 358 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | benchmark_register.cc | 365 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
|
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/ |
D | benchmark.h | 819 Benchmark* Repetitions(int n);
|
/third_party/re2/doc/ |
D | syntax.txt | 21 Repetitions:
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1014 Benchmark* Repetitions(int n);
|
/third_party/python/Doc/library/ |
D | warnings.rst | 26 is issued. Repetitions of a particular warning for the same source location are
|
/third_party/json/benchmarks/thirdparty/benchmark/ |
D | README.md | 541 `Repetitions` on the registered benchmark object. When a benchmark is run more
|
/third_party/benchmark/docs/ |
D | user_guide.md | 981 `Repetitions` on the registered benchmark object. When a benchmark is run more
|
/third_party/boost/libs/bimap/doc/ |
D | tutorial.qbk | 280 [heading Repetitions counter]
|
/third_party/python/Doc/howto/ |
D | regex.rst | 178 Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching
|