Home
last modified time | relevance | path

Searched refs:Repetitions (Results 1 – 21 of 21) sorted by relevance

/third_party/benchmark/test/
Dreporter_output_test.cc427 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)
Dbenchmark_setup_teardown_test.cc105 ->Repetitions(1)
128 ->Repetitions(4);
Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
Ddisplay_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
Dbenchmark_name_gtest.cc43 TEST(BenchmarkNameTest, Repetitions) { in TEST() argument
Doptions_test.cc39 BENCHMARK(BM_basic)->Repetitions(3);
Duser_counters_thousands_test.cc28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
Drepetitions_test.cc13 BENCHMARK(BM_ExplicitRepetitions)->Repetitions(2);
Dbasic_test.cc133 BENCHMARK(BM_KeepRunningBatch)->Repetitions(1);
Duser_counters_tabular_test.cc77 BENCHMARK(BM_Counters_Tabular)->ThreadRange(1, 2)->Repetitions(2);
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc100 .def("repetitions", &Benchmark::Repetitions, in PYBIND11_MODULE()
/third_party/benchmark/src/
Dbenchmark_register.cc358 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark_register.cc365 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h819 Benchmark* Repetitions(int n);
/third_party/re2/doc/
Dsyntax.txt21 Repetitions:
/third_party/benchmark/include/benchmark/
Dbenchmark.h1014 Benchmark* Repetitions(int n);
/third_party/python/Doc/library/
Dwarnings.rst26 is issued. Repetitions of a particular warning for the same source location are
/third_party/json/benchmarks/thirdparty/benchmark/
DREADME.md541 `Repetitions` on the registered benchmark object. When a benchmark is run more
/third_party/benchmark/docs/
Duser_guide.md981 `Repetitions` on the registered benchmark object. When a benchmark is run more
/third_party/boost/libs/bimap/doc/
Dtutorial.qbk280 [heading Repetitions counter]
/third_party/python/Doc/howto/
Dregex.rst178 Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching