Searched refs:Repetitions (Results 1 – 16 of 16) sorted by relevance
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)
105 ->Repetitions(1)128 ->Repetitions(4);
17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
43 TEST(BenchmarkNameTest, Repetitions) { in TEST() argument
39 BENCHMARK(BM_basic)->Repetitions(3);
28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
13 BENCHMARK(BM_ExplicitRepetitions)->Repetitions(2);
133 BENCHMARK(BM_KeepRunningBatch)->Repetitions(1);
77 BENCHMARK(BM_Counters_Tabular)->ThreadRange(1, 2)->Repetitions(2);
100 .def("repetitions", &Benchmark::Repetitions, in PYBIND11_MODULE()
358 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
3702 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer() local3703 if (Repetitions < 0) in parseScalarInitializer()3713 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()3908 const int64_t Repetitions = MCE->getValue(); in parseRealInstList() local3909 if (Repetitions < 0) in parseRealInstList()3919 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()4270 const int64_t Repetitions = MCE->getValue(); in parseStructInstList() local4271 if (Repetitions < 0) in parseStructInstList()4281 for (int i = 0; i < Repetitions; ++i) in parseStructInstList()
1014 Benchmark* Repetitions(int n);
981 `Repetitions` on the registered benchmark object. When a benchmark is run more
7550 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local7555 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()