Lines Matching defs:BM_SummaryRepeat
13 void BM_SummaryRepeat(benchmark::State& state) {
17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 7 ||
23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3\"") != 3 ||
24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 ||
25 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") !=
27 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") !=
29 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_cv\"") != 1) {
31 "occurrences of \"BM_SummaryRepeat/repeats:3\" substring:\n"
32 "\"name\": \"BM_SummaryRepeat/repeats:3\", "
33 "\"name\": \"BM_SummaryRepeat/repeats:3\", "
34 "\"name\": \"BM_SummaryRepeat/repeats:3\", "
35 "\"name\": \"BM_SummaryRepeat/repeats:3_mean\", "
36 "\"name\": \"BM_SummaryRepeat/repeats:3_median\", "
37 "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\", "
38 "\"name\": \"BM_SummaryRepeat/repeats:3_cv\"\nThe entire "