Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Dcomplexity_test.cc13 #define ADD_COMPLEXITY_CASES(...) \ macro
95 ADD_COMPLEXITY_CASES(one_test_name, big_o_1_test_name, rms_o_1_test_name,
99 ADD_COMPLEXITY_CASES(one_test_name, big_o_1_test_name, rms_o_1_test_name,
103 ADD_COMPLEXITY_CASES(one_test_name, big_o_1_test_name, rms_o_1_test_name,
151 ADD_COMPLEXITY_CASES(n_test_name, big_o_n_test_name, rms_o_n_test_name,
155 ADD_COMPLEXITY_CASES(n_test_name, big_o_n_test_name, rms_o_n_test_name,
192 ADD_COMPLEXITY_CASES(n_lg_n_test_name, big_o_n_lg_n_test_name,
197 ADD_COMPLEXITY_CASES(n_lg_n_test_name, big_o_n_lg_n_test_name,
221 ADD_COMPLEXITY_CASES(complexity_capture_name, complexity_capture_name + "_BigO",

Completed in 2 milliseconds