Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc12 ADD_CASES(TC_ConsoleOut, {{"^Benchmark %s Time %s CPU %s Iterations$", MR_Next},
14 ADD_CASES(TC_CSVOut,
28 ADD_CASES(TC_ConsoleOut, {{"^BM_basic %console_report$"}});
29 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_basic\",$"},
35 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}});
48 ADD_CASES(TC_ConsoleOut,
50 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"},
57 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}});
70 ADD_CASES(TC_ConsoleOut,
72 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_items_per_second\",$"},
[all …]
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"}});
87 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"},
104 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"},
124 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
Dregister_benchmark_test.cc54 #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"});
Doutput_test.h17 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro
/external/google-benchmark/test/
Dreporter_output_test.cc12 ADD_CASES(TC_ConsoleOut, {{"^Benchmark %s Time %s CPU %s Iterations$", MR_Next},
14 ADD_CASES(TC_CSVOut,
28 ADD_CASES(TC_ConsoleOut, {{"^BM_basic %console_report$"}});
29 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_basic\",$"},
35 ADD_CASES(TC_CSVOut, {{"^\"BM_basic\",%csv_report$"}});
48 ADD_CASES(TC_ConsoleOut,
50 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_bytes_per_second\",$"},
57 ADD_CASES(TC_CSVOut, {{"^\"BM_bytes_per_second\",%csv_bytes_report$"}});
70 ADD_CASES(TC_ConsoleOut,
72 ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_items_per_second\",$"},
[all …]
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"}});
87 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"},
104 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"},
124 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
Dregister_benchmark_test.cc54 #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"});
Doutput_test.h17 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) macro