Home
last modified time | relevance | path

Searched refs:ADD_CASES (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc12 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 …]
Duser_counters_test.cc13 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 …]
Duser_counters_tabular_test.cc10 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 …]
Duser_counters_thousands_test.cc29 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(
Dskip_with_error_test.cc60 #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"},
Dmemory_manager_test.cc22 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$"}});
Dregister_benchmark_test.cc56 #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"});
Doutput_test.h19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro
/external/google-benchmark/test/
Dreporter_output_test.cc12 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 …]
Duser_counters_test.cc13 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 …]
Duser_counters_tabular_test.cc10 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 …]
Duser_counters_thousands_test.cc29 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(
Dskip_with_error_test.cc60 #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"},
Dmemory_manager_test.cc22 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$"}});
Dregister_benchmark_test.cc56 #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"});
Doutput_test.h19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro