Home
last modified time | relevance | path

Searched refs:BM_SummaryRepeat (Results 1 - 3 of 3) sorted by relevance

/third_party/benchmark/test/
H A Ddisplay_aggregates_only_test.cc13 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat() function
17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 7 || in main()
23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3\"") != 3 || in main()
24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 || in main()
25 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") != in main()
27 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") != in main()
29 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_cv\"") != 1) { in main()
31 "occurrences of \"BM_SummaryRepeat/repeats:3\" substring:\n" in main()
32 "\"name\": \"BM_SummaryRepeat/repeat in main()
[all...]
H A Dreport_aggregates_only_test.cc13 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat() function
17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 4 || in main()
23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 || in main()
24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") != in main()
26 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") != in main()
28 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_cv\"") != 1) { in main()
30 "occurrences of \"BM_SummaryRepeat/repeats:3\" substring:\n" in main()
31 "\"name\": \"BM_SummaryRepeat/repeats:3_mean\", " in main()
32 "\"name\": \"BM_SummaryRepeat/repeat in main()
[all...]
H A Dreporter_output_test.cc656 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat() function
660 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
663 {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
664 {"^BM_SummaryRepeat/repeats:3_mean %console_time_only_report [ ]*3$"},
665 {"^BM_SummaryRepeat/repeats:3_median %console_time_only_report [ ]*3$"},
666 {"^BM_SummaryRepeat/repeats:3_stddev %console_time_only_report [ ]*3$"}});
668 {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
669 {"\"name\": \"BM_SummaryRepeat/repeats:3_mean\",$"},
672 {"\"run_name\": \"BM_SummaryRepeat/repeats:3\",$", MR_Next},
679 {"\"name\": \"BM_SummaryRepeat/repeat
[all...]

Completed in 3 milliseconds