Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc260 BENCHMARK(BM_Repeat)->Repetitions(2);
294 BENCHMARK(BM_Repeat)->Repetitions(3);
333 BENCHMARK(BM_Repeat)->Repetitions(4);
383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
431 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
467 ->Repetitions(3)
518 ->Repetitions(3)
Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
Ddisplay_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
Doptions_test.cc37 BENCHMARK(BM_basic)->Repetitions(3);
Duser_counters_thousands_test.cc28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
/external/google-benchmark/test/
Dreporter_output_test.cc260 BENCHMARK(BM_Repeat)->Repetitions(2);
294 BENCHMARK(BM_Repeat)->Repetitions(3);
333 BENCHMARK(BM_Repeat)->Repetitions(4);
383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
431 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
467 ->Repetitions(3)
518 ->Repetitions(3)
Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
Ddisplay_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
Doptions_test.cc37 BENCHMARK(BM_basic)->Repetitions(3);
Duser_counters_thousands_test.cc28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
/external/google-benchmark/src/
Dbenchmark_register.cc370 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc370 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h866 Benchmark* Repetitions(int n);
/external/google-benchmark/include/benchmark/
Dbenchmark.h866 Benchmark* Repetitions(int n);
/external/python/cpython2/Doc/library/
Dwarnings.rst29 is issued. Repetitions of a particular warning for the same source location are
/external/python/cpython3/Doc/library/
Dwarnings.rst26 is issued. Repetitions of a particular warning for the same source location are
/external/google-benchmark/
DREADME.md565 `Repetitions` on the registered benchmark object. When a benchmark is run more
/external/libcxx/utils/google-benchmark/
DREADME.md565 `Repetitions` on the registered benchmark object. When a benchmark is run more
/external/python/cpython2/Doc/howto/
Dregex.rst174 Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching
/external/python/cpython3/Doc/howto/
Dregex.rst178 Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching