Searched refs:ADD_CASES (Results 1 - 12 of 12) sorted by relevance

/external/google-benchmark/test/
H A Dreporter_output_test.cc12 ADD_CASES(TC_ConsoleOut,
51 ADD_CASES(TC_CSVOut, {{"%csv_header"}});
63 ADD_CASES(TC_ConsoleOut, {{"^BM_basic %console_report$"}});
64 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_basic\",$"},
70 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}});
83 ADD_CASES(TC_ConsoleOut,
85 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"},
92 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}});
105 ADD_CASES(TC_ConsoleOut,
107 ADD_CASES(TC_JSONOu
[all...]
H A Duser_counters_test.cc11 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_JSONOu
[all...]
H A Duser_counters_tabular_test.cc10 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_CSVOu
[all...]
H A 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_range_for", {{"", true, "error message"}});
96 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"},
122 ADD_CASES("BM_error_during_running_ranged_for",
136 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"},
156 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
H A Dregister_benchmark_test.cc24 // Note: not explicit as we rely on it being converted through ADD_CASES.
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"});
H A Doutput_test.h19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro
/external/libcxx/utils/google-benchmark/test/
H A Dreporter_output_test.cc12 ADD_CASES(TC_ConsoleOut,
51 ADD_CASES(TC_CSVOut, {{"%csv_header"}});
63 ADD_CASES(TC_ConsoleOut, {{"^BM_basic %console_report$"}});
64 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_basic\",$"},
70 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}});
83 ADD_CASES(TC_ConsoleOut,
85 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"},
92 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}});
105 ADD_CASES(TC_ConsoleOut,
107 ADD_CASES(TC_JSONOu
[all...]
H A Duser_counters_test.cc11 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_JSONOu
[all...]
H A Duser_counters_tabular_test.cc10 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_CSVOu
[all...]
H A 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_range_for", {{"", true, "error message"}});
96 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"},
122 ADD_CASES("BM_error_during_running_ranged_for",
136 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"},
156 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
H A Dregister_benchmark_test.cc24 // Note: not explicit as we rely on it being converted through ADD_CASES.
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"});
H A Doutput_test.h19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro

Completed in 175 milliseconds