Lines Matching refs:ADD_CASES
13 ADD_CASES(TC_ConsoleOut, {{"^[-]+$", MR_Next},
61 ADD_CASES(TC_CSVOut, {{"%csv_header"}});
73 ADD_CASES(TC_ConsoleOut, {{"^BM_basic %console_report$"}});
74 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_basic\",$"},
87 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}});
103 ADD_CASES(TC_ConsoleOut, {{"^BM_bytes_per_second %console_report "
105 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"},
119 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}});
135 ADD_CASES(TC_ConsoleOut, {{"^BM_items_per_second %console_report "
137 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_items_per_second\",$"},
151 ADD_CASES(TC_CSVOut, {{"^\"BM_items_per_second\",%csv_items_report$"}});
164 ADD_CASES(TC_ConsoleOut, {{"^BM_label %console_report some label$"}});
165 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_label\",$"},
179 ADD_CASES(TC_CSVOut, {{"^\"BM_label\",%csv_label_report_begin\"some "
192 ADD_CASES(TC_ConsoleOut, {{"^BM_time_label_nanosecond %console_report$"}});
193 ADD_CASES(TC_JSONOut,
207 ADD_CASES(TC_CSVOut, {{"^\"BM_time_label_nanosecond\",%csv_report$"}});
215 ADD_CASES(TC_ConsoleOut, {{"^BM_time_label_microsecond %console_us_report$"}});
216 ADD_CASES(TC_JSONOut,
230 ADD_CASES(TC_CSVOut, {{"^\"BM_time_label_microsecond\",%csv_us_report$"}});
238 ADD_CASES(TC_ConsoleOut, {{"^BM_time_label_millisecond %console_ms_report$"}});
239 ADD_CASES(TC_JSONOut,
253 ADD_CASES(TC_CSVOut, {{"^\"BM_time_label_millisecond\",%csv_ms_report$"}});
261 ADD_CASES(TC_ConsoleOut, {{"^BM_time_label_second %console_s_report$"}});
262 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_time_label_second\",$"},
275 ADD_CASES(TC_CSVOut, {{"^\"BM_time_label_second\",%csv_s_report$"}});
287 ADD_CASES(TC_ConsoleOut, {{"^BM_error[ ]+ERROR OCCURRED: 'message'$"}});
288 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_error\",$"},
299 ADD_CASES(TC_CSVOut, {{"^\"BM_error\",,,,,,,,true,\"message\"$"}});
311 ADD_CASES(TC_ConsoleOut, {{"^BM_no_arg_name/3 %console_report$"}});
312 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_no_arg_name/3\",$"},
320 ADD_CASES(TC_CSVOut, {{"^\"BM_no_arg_name/3\",%csv_report$"}});
331 ADD_CASES(TC_ConsoleOut, {{"^BM_arg_name/first:3 %console_report$"}});
332 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_arg_name/first:3\",$"},
340 ADD_CASES(TC_CSVOut, {{"^\"BM_arg_name/first:3\",%csv_report$"}});
351 ADD_CASES(TC_ConsoleOut,
353 ADD_CASES(TC_JSONOut,
362 ADD_CASES(TC_CSVOut, {{"^\"BM_arg_names/first:2/5/third:4\",%csv_report$"}});
374 ADD_CASES(TC_ConsoleOut, {{"^BM_custom_name %console_report$"}});
375 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_custom_name\",$"},
388 ADD_CASES(TC_CSVOut, {{"^\"BM_custom_name\",%csv_report$"}});
399 ADD_CASES(TC_ConsoleOut, {{"^BM_BigArgs/1073741824 %console_report$"},
417 ADD_CASES(TC_ConsoleOut, {{"^BM_Complexity_O1_BigO %bigOStr %bigOStr[ ]*$"},
431 ADD_CASES(TC_ConsoleOut,
437 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Repeat/repeats:2\",$"},
483 ADD_CASES(TC_CSVOut, {{"^\"BM_Repeat/repeats:2\",%csv_report$"},
490 ADD_CASES(TC_ConsoleOut,
497 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Repeat/repeats:3\",$"},
551 ADD_CASES(TC_CSVOut, {{"^\"BM_Repeat/repeats:3\",%csv_report$"},
559 ADD_CASES(TC_ConsoleOut,
567 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Repeat/repeats:4\",$"},
629 ADD_CASES(TC_CSVOut, {{"^\"BM_Repeat/repeats:4\",%csv_report$"},
644 ADD_CASES(TC_ConsoleOut, {{"^BM_RepeatOnce/repeats:1 %console_report$"}});
645 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_RepeatOnce/repeats:1\",$"},
653 ADD_CASES(TC_CSVOut, {{"^\"BM_RepeatOnce/repeats:1\",%csv_report$"}});
661 ADD_CASES(
667 ADD_CASES(TC_JSONOut,
699 ADD_CASES(TC_CSVOut, {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
712 ADD_CASES(
718 ADD_CASES(TC_JSONOut,
750 ADD_CASES(TC_CSVOut,
765 ADD_CASES(
773 ADD_CASES(TC_JSONOut,
808 ADD_CASES(TC_CSVOut,
836 ADD_CASES(TC_ConsoleOut, {{"^BM_UserStats/iterations:5/repeats:3/manual_time [ "
850 ADD_CASES(
933 ADD_CASES(
969 ADD_CASES(TC_ConsoleOut,
984 ADD_CASES(
1078 ADD_CASES(TC_CSVOut, {{"^\"BM_UserPercentStats/iterations:5/repeats:3/"
1103 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_JSON_Format\",$"},
1124 ADD_CASES(TC_CSVOut, {{"^\"BM_CSV_Format\",,,,,,,,true,\"\"\"freedom\"\"\"$"}});