Searched refs:ADD_CASES (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | repetitions_test.cc | 15 ADD_CASES(TC_ConsoleOut, 17 ADD_CASES(TC_ConsoleOut, 19 ADD_CASES(TC_ConsoleOut, 21 ADD_CASES(TC_ConsoleOut, 25 ADD_CASES(TC_JSONOut, 39 ADD_CASES(TC_JSONOut, 53 ADD_CASES(TC_JSONOut, 68 ADD_CASES(TC_JSONOut, 100 ADD_CASES(TC_CSVOut, 102 ADD_CASES(TC_CSVOut, [all …]
|
| H A D | reporter_output_test.cc | 191 ADD_CASES(TC_JSONOut, 214 ADD_CASES(TC_JSONOut, 237 ADD_CASES(TC_JSONOut, 351 ADD_CASES(TC_JSONOut, 658 ADD_CASES( 709 ADD_CASES( 747 ADD_CASES(TC_CSVOut, 762 ADD_CASES( 847 ADD_CASES( 930 ADD_CASES( [all …]
|
| H A D | user_counters_tabular_test.cc | 10 ADD_CASES(TC_ConsoleOut, 78 ADD_CASES(TC_JSONOut, 99 ADD_CASES(TC_JSONOut, 120 ADD_CASES(TC_JSONOut, 142 ADD_CASES(TC_JSONOut, 317 ADD_CASES(TC_CSVOut, 320 ADD_CASES(TC_CSVOut, 323 ADD_CASES(TC_CSVOut, 326 ADD_CASES(TC_CSVOut, 329 ADD_CASES(TC_CSVOut, [all …]
|
| H A D | user_counters_test.cc | 13 ADD_CASES(TC_ConsoleOut, 32 ADD_CASES(TC_ConsoleOut, 81 ADD_CASES(TC_JSONOut, 128 ADD_CASES( 216 ADD_CASES(TC_JSONOut, 232 ADD_CASES(TC_CSVOut, 257 ADD_CASES(TC_JSONOut, 273 ADD_CASES( 314 ADD_CASES( 400 ADD_CASES(TC_CSVOut, [all …]
|
| H A D | skip_with_error_test.cc | 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__) macro 68 ADD_CASES("BM_error_no_running", {{"", true, "error message"}}); 77 ADD_CASES("BM_error_before_running", {{"", true, "error message"}}); 86 ADD_CASES("BM_error_before_running_batch", {{"", true, "error message"}}); 95 ADD_CASES("BM_error_before_running_range_for", {{"", true, "error message"}}); 111 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"}, 138 ADD_CASES("BM_error_during_running_ranged_for", 150 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"}, 170 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
|
| H A D | user_counters_thousands_test.cc | 29 ADD_CASES( 52 ADD_CASES(TC_JSONOut, 71 ADD_CASES(TC_JSONOut, 90 ADD_CASES(TC_JSONOut, 110 ADD_CASES(TC_JSONOut, 130 ADD_CASES(TC_JSONOut, 151 ADD_CASES(
|
| H A D | memory_manager_test.cc | 22 ADD_CASES(TC_ConsoleOut, {{"^BM_empty %console_report$"}}); 23 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_empty\",$"}, 38 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
|
| H A D | register_benchmark_test.cc | 56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__}) macro 72 ADD_CASES({"BM_function"}, {"BM_function_manual_registration"}); 94 ADD_CASES({"test1", "One"}, {"test2", "Two"}, {"test3", "Three"});
|
| H A D | perf_counters_test.cc | 14 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Simple\",$"}});
|
| H A D | output_test.h | 19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro
|