Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Drepetitions_test.cc15 ADD_CASES(TC_ConsoleOut,
17 ADD_CASES(TC_ConsoleOut,
19 ADD_CASES(TC_ConsoleOut,
21 ADD_CASES(TC_ConsoleOut,
23 ADD_CASES(TC_ConsoleOut,
25 ADD_CASES(TC_JSONOut,
39 ADD_CASES(TC_JSONOut,
53 ADD_CASES(TC_JSONOut,
68 ADD_CASES(TC_JSONOut,
83 ADD_CASES(TC_JSONOu
[all...]
H A Dreporter_output_test.cc13 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\",$"},
87 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}});
103 ADD_CASES(TC_ConsoleOut, {{"^BM_bytes_per_second %console_report "
105 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"},
119 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}});
135 ADD_CASES(TC_ConsoleOut, {{"^BM_items_per_second %console_report "
137 ADD_CASES(TC_JSONOu
[all...]
H A Duser_counters_tabular_test.cc10 ADD_CASES(TC_ConsoleOut,
57 ADD_CASES(TC_CSVOut, {{"%csv_header,"
78 ADD_CASES(TC_JSONOut,
99 ADD_CASES(TC_JSONOut,
120 ADD_CASES(TC_JSONOut,
142 ADD_CASES(TC_JSONOut,
164 ADD_CASES(TC_JSONOut,
186 ADD_CASES(TC_JSONOut,
209 ADD_CASES(TC_JSONOut,
230 ADD_CASES(TC_JSONOu
[all...]
H A 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\",$"},
49 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_Simple\",%csv_report,%float,%float$"}});
79 ADD_CASES(TC_ConsoleOut, {{"^BM_Counters_WithBytesAndItemsPSec %console_report "
82 ADD_CASES(TC_JSONOut,
100 ADD_CASES(TC_CSVOut, {{"^\"BM_Counters_WithBytesAndItemsPSec\","
130 ADD_CASES(
133 ADD_CASES(TC_JSONOu
[all...]
H A Dskip_with_error_test.cc62 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__) macro
70 ADD_CASES("BM_error_no_running", {{"", true, "error message"}});
79 ADD_CASES("BM_error_before_running", {{"", true, "error message"}});
88 ADD_CASES("BM_error_before_running_batch", {{"", true, "error message"}});
97 ADD_CASES("BM_error_before_running_range_for", {{"", true, "error message"}});
113 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"},
140 ADD_CASES("BM_error_during_running_ranged_for",
153 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"},
173 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
H A Duser_counters_thousands_test.cc29 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 Dmemory_manager_test.cc23 ADD_CASES(TC_ConsoleOut, {{"^BM_empty %console_report$"}});
24 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_empty\",$"},
39 ADD_CASES(TC_CSVOut, {{"^\"BM_empty\",%csv_report$"}});
H A Dperf_counters_test.cc22 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_Simple\",$"}});
38 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_WithoutPauseResume\",$"}});
60 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_WithPauseResume\",$"}});
H A Dregister_benchmark_test.cc24 // Note: not explicit as we rely on it being converted through ADD_CASES.
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 Doutput_test.h19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro

Completed in 4 milliseconds