/external/llvm-project/llvm/utils/benchmark/test/ |
D | reporter_output_test.cc | 12 ADD_CASES(TC_ConsoleOut, 53 ADD_CASES(TC_CSVOut, {{"%csv_header"}}); 65 ADD_CASES(TC_ConsoleOut, {{"^BM_basic %console_report$"}}); 66 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_basic\",$"}, 72 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}}); 85 ADD_CASES(TC_ConsoleOut, 87 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"}, 94 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}}); 107 ADD_CASES(TC_ConsoleOut, 109 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_items_per_second\",$"}, [all …]
|
D | user_counters_test.cc | 11 ADD_CASES(TC_ConsoleOut, 15 ADD_CASES(TC_CSVOut, {{"%csv_header,\"bar\",\"foo\""}}); 28 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_Simple %console_report bar=%hrfloat foo=%hrfloat$"}}); 29 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Simple\",$"}, 37 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}}); 62 ADD_CASES(TC_ConsoleOut, 65 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_WithBytesAndItemsPSec\",$"}, 75 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_WithBytesAndItemsPSec\"," 102 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_Rate %console_report bar=%hrfloat/s foo=%hrfloat/s$"}}); 103 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Rate\",$"}, [all …]
|
D | user_counters_tabular_test.cc | 10 ADD_CASES(TC_ConsoleOut, { 49 ADD_CASES(TC_CSVOut, {{"%csv_header," 70 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Tabular/threads:%int\",$"}, 82 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Tabular/threads:%int\",%csv_report," 114 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_CounterRates_Tabular/threads:%int\",$"}, 126 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterRates_Tabular/threads:%int\",%csv_report," 158 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_CounterSet0_Tabular/threads:%int\",$"}, 167 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet0_Tabular/threads:%int\",%csv_report," 190 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_CounterSet1_Tabular/threads:%int\",$"}, 199 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet1_Tabular/threads:%int\",%csv_report," [all …]
|
D | skip_with_error_test.cc | 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__) macro 71 ADD_CASES("BM_error_before_running", {{"", true, "error message"}}); 81 ADD_CASES("BM_error_before_running_batch", {{"", true, "error message"}}); 90 ADD_CASES("BM_error_before_running_range_for", {{"", true, "error message"}}); 106 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"}, 132 ADD_CASES("BM_error_during_running_ranged_for", 146 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"}, 166 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
|
D | register_benchmark_test.cc | 54 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__}) macro 70 ADD_CASES({"BM_function"}, {"BM_function_manual_registration"}); 92 ADD_CASES({"test1", "One"}, {"test2", "Two"}, {"test3", "Three"});
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | reporter_output_test.cc | 12 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\",$"}, 82 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}}); 95 ADD_CASES(TC_ConsoleOut, {{"^BM_bytes_per_second %console_report " 97 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"}, 106 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}}); 119 ADD_CASES(TC_ConsoleOut, {{"^BM_items_per_second %console_report " 121 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_items_per_second\",$"}, [all …]
|
D | user_counters_test.cc | 13 ADD_CASES(TC_ConsoleOut, 17 ADD_CASES(TC_CSVOut, {{"%csv_header,\"bar\",\"foo\""}}); 32 ADD_CASES(TC_ConsoleOut, 34 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Simple\",$"}, 44 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}}); 71 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_WithBytesAndItemsPSec %console_report " 74 ADD_CASES(TC_JSONOut, 87 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_WithBytesAndItemsPSec\"," 114 ADD_CASES( 117 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Rate\",$"}, [all …]
|
D | user_counters_tabular_test.cc | 10 ADD_CASES( 51 ADD_CASES(TC_CSVOut, {{"%csv_header," 72 ADD_CASES(TC_JSONOut, 87 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Tabular/threads:%int\",%csv_report," 119 ADD_CASES(TC_JSONOut, 135 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterRates_Tabular/threads:%int\",%csv_report," 167 ADD_CASES(TC_JSONOut, 179 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet0_Tabular/threads:%int\",%csv_report," 202 ADD_CASES(TC_JSONOut, 214 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet1_Tabular/threads:%int\",%csv_report," [all …]
|
D | user_counters_thousands_test.cc | 29 ADD_CASES( 52 ADD_CASES(TC_JSONOut, 66 ADD_CASES(TC_JSONOut, 80 ADD_CASES(TC_JSONOut, 95 ADD_CASES(TC_JSONOut, 110 ADD_CASES(TC_JSONOut, 126 ADD_CASES(
|
D | skip_with_error_test.cc | 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__) macro 71 ADD_CASES("BM_error_before_running", {{"", true, "error message"}}); 80 ADD_CASES("BM_error_before_running_batch", {{"", true, "error message"}}); 89 ADD_CASES("BM_error_before_running_range_for", {{"", true, "error message"}}); 105 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"}, 131 ADD_CASES("BM_error_during_running_ranged_for", 143 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"}, 163 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
|
D | memory_manager_test.cc | 22 ADD_CASES(TC_ConsoleOut, {{"^BM_empty %console_report$"}}); 23 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_empty\",$"}, 33 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
|
/external/libcxx/utils/google-benchmark/test/ |
D | reporter_output_test.cc | 12 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\",$"}, 82 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}}); 95 ADD_CASES(TC_ConsoleOut, {{"^BM_bytes_per_second %console_report " 97 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"}, 106 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}}); 119 ADD_CASES(TC_ConsoleOut, {{"^BM_items_per_second %console_report " 121 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_items_per_second\",$"}, [all …]
|
D | user_counters_test.cc | 13 ADD_CASES(TC_ConsoleOut, 17 ADD_CASES(TC_CSVOut, {{"%csv_header,\"bar\",\"foo\""}}); 32 ADD_CASES(TC_ConsoleOut, 34 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Simple\",$"}, 44 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}}); 71 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_WithBytesAndItemsPSec %console_report " 74 ADD_CASES(TC_JSONOut, 87 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_WithBytesAndItemsPSec\"," 114 ADD_CASES( 117 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Rate\",$"}, [all …]
|
D | user_counters_tabular_test.cc | 10 ADD_CASES( 51 ADD_CASES(TC_CSVOut, {{"%csv_header," 72 ADD_CASES(TC_JSONOut, 87 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Tabular/threads:%int\",%csv_report," 119 ADD_CASES(TC_JSONOut, 135 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterRates_Tabular/threads:%int\",%csv_report," 167 ADD_CASES(TC_JSONOut, 179 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet0_Tabular/threads:%int\",%csv_report," 202 ADD_CASES(TC_JSONOut, 214 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet1_Tabular/threads:%int\",%csv_report," [all …]
|
D | user_counters_thousands_test.cc | 29 ADD_CASES( 52 ADD_CASES(TC_JSONOut, 66 ADD_CASES(TC_JSONOut, 80 ADD_CASES(TC_JSONOut, 95 ADD_CASES(TC_JSONOut, 110 ADD_CASES(TC_JSONOut, 126 ADD_CASES(
|
D | skip_with_error_test.cc | 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__) macro 71 ADD_CASES("BM_error_before_running", {{"", true, "error message"}}); 80 ADD_CASES("BM_error_before_running_batch", {{"", true, "error message"}}); 89 ADD_CASES("BM_error_before_running_range_for", {{"", true, "error message"}}); 105 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"}, 131 ADD_CASES("BM_error_during_running_ranged_for", 143 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"}, 163 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
|
D | memory_manager_test.cc | 22 ADD_CASES(TC_ConsoleOut, {{"^BM_empty %console_report$"}}); 23 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_empty\",$"}, 33 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
|
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"});
|
/external/google-benchmark/test/ |
D | reporter_output_test.cc | 12 ADD_CASES(TC_ConsoleOut, {{"^[-]+$", MR_Next}, 60 ADD_CASES(TC_CSVOut, {{"%csv_header"}}); 72 ADD_CASES(TC_ConsoleOut, {{"^BM_basic %console_report$"}}); 73 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_basic\",$"}, 84 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}}); 99 ADD_CASES(TC_ConsoleOut, {{"^BM_bytes_per_second %console_report " 101 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"}, 113 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}}); 128 ADD_CASES(TC_ConsoleOut, {{"^BM_items_per_second %console_report " 130 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_items_per_second\",$"}, [all …]
|
D | user_counters_test.cc | 13 ADD_CASES(TC_ConsoleOut, 17 ADD_CASES(TC_CSVOut, {{"%csv_header,\"bar\",\"foo\""}}); 32 ADD_CASES(TC_ConsoleOut, 34 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Simple\",$"}, 47 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}}); 76 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_WithBytesAndItemsPSec %console_report " 79 ADD_CASES(TC_JSONOut, 95 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_WithBytesAndItemsPSec\"," 124 ADD_CASES( 127 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Counters_Rate\",$"}, [all …]
|
D | user_counters_tabular_test.cc | 10 ADD_CASES( 51 ADD_CASES(TC_CSVOut, {{"%csv_header," 72 ADD_CASES(TC_JSONOut, 90 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Tabular/threads:%int\",%csv_report," 124 ADD_CASES(TC_JSONOut, 143 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterRates_Tabular/threads:%int\",%csv_report," 175 ADD_CASES(TC_JSONOut, 190 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet0_Tabular/threads:%int\",%csv_report," 213 ADD_CASES(TC_JSONOut, 228 ADD_CASES(TC_CSVOut, {{"^\"BM_CounterSet1_Tabular/threads:%int\",%csv_report," [all …]
|
D | user_counters_thousands_test.cc | 29 ADD_CASES( 52 ADD_CASES(TC_JSONOut, 69 ADD_CASES(TC_JSONOut, 86 ADD_CASES(TC_JSONOut, 103 ADD_CASES(TC_JSONOut, 120 ADD_CASES(TC_JSONOut, 138 ADD_CASES(
|
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"}, 137 ADD_CASES("BM_error_during_running_ranged_for", 149 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"}, 169 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
|
D | memory_manager_test.cc | 22 ADD_CASES(TC_ConsoleOut, {{"^BM_empty %console_report$"}}); 23 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_empty\",$"}, 36 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
|
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"});
|