Home
last modified time | relevance | path

Searched refs:TC_CSVOut (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/test/
H A Drepetitions_test.cc98 ADD_CASES(TC_CSVOut, {{"^\"BM_ExplicitRepetitions/repeats:2\",%csv_report$"}});
99 ADD_CASES(TC_CSVOut, {{"^\"BM_ExplicitRepetitions/repeats:2\",%csv_report$"}});
100 ADD_CASES(TC_CSVOut,
102 ADD_CASES(TC_CSVOut,
104 ADD_CASES(TC_CSVOut,
204 ADD_CASES(TC_CSVOut, {{"^\"BM_ImplicitRepetitions\",%csv_report$"}});
205 ADD_CASES(TC_CSVOut, {{"^\"BM_ImplicitRepetitions\",%csv_report$"}});
206 ADD_CASES(TC_CSVOut, {{"^\"BM_ImplicitRepetitions_mean\",%csv_report$"}});
207 ADD_CASES(TC_CSVOut, {{"^\"BM_ImplicitRepetitions_median\",%csv_report$"}});
208 ADD_CASES(TC_CSVOut, {{"^\"BM_ImplicitRepetitions_stddev\",%csv_report$"}});
H A Duser_counters_tabular_test.cc317 ADD_CASES(TC_CSVOut,
320 ADD_CASES(TC_CSVOut,
323 ADD_CASES(TC_CSVOut,
326 ADD_CASES(TC_CSVOut,
329 ADD_CASES(TC_CSVOut,
332 ADD_CASES(TC_CSVOut,
335 ADD_CASES(TC_CSVOut,
338 ADD_CASES(TC_CSVOut,
341 ADD_CASES(TC_CSVOut,
344 ADD_CASES(TC_CSVOut,
[all …]
H A Dreporter_output_test.cc61 ADD_CASES(TC_CSVOut, {{"%csv_header"}});
87 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}});
318 ADD_CASES(TC_CSVOut, {{"^\"BM_no_arg_name/3\",%csv_report$"}});
386 ADD_CASES(TC_CSVOut, {{"^\"BM_custom_name\",%csv_report$"}});
480 ADD_CASES(TC_CSVOut, {{"^\"BM_Repeat/repeats:2\",%csv_report$"},
548 ADD_CASES(TC_CSVOut, {{"^\"BM_Repeat/repeats:3\",%csv_report$"},
626 ADD_CASES(TC_CSVOut, {{"^\"BM_Repeat/repeats:4\",%csv_report$"},
696 ADD_CASES(TC_CSVOut, {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
747 ADD_CASES(TC_CSVOut,
805 ADD_CASES(TC_CSVOut,
[all …]
H A Duser_counters_test.cc17 ADD_CASES(TC_CSVOut, {{"%csv_header,\"bar\",\"foo\""}});
49 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}});
99 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_WithBytesAndItemsPSec\","
188 ADD_CASES(TC_CSVOut, {{"^\"BM_Invert\",%csv_report,%float,%float$"}});
232 ADD_CASES(TC_CSVOut,
274 TC_CSVOut,
315 TC_CSVOut,
359 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_AvgThreadsRate/"
400 ADD_CASES(TC_CSVOut,
492 ADD_CASES(TC_CSVOut,
[all …]
H A Dmemory_manager_test.cc38 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
H A Duser_counters_thousands_test.cc152 TC_CSVOut,
H A Dcomplexity_test.cc58 AddCases(TC_CSVOut, {{"^\"%bigo_name\",,%float,%float,%bigo,,,,,$"}, in AddComplexityTest()
H A Doutput_test.h45 TC_CSVOut, enumerator
H A Doutput_test_helper.cc415 {"CSVReporter", GetTestCaseList(TC_CSVOut), GetTestCaseList(TC_CSVErr), in RunOutputTests()