Home
last modified time | relevance | path

Searched refs:BENCHMARK_CAPTURE (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/benchmarks/
Dunordered_set_operations.bench.cpp124 BENCHMARK_CAPTURE(BM_Hash,
129 BENCHMARK_CAPTURE(BM_Hash,
134 BENCHMARK_CAPTURE(BM_Hash,
139 BENCHMARK_CAPTURE(BM_Hash,
151 BENCHMARK_CAPTURE(BM_InsertValue,
156 BENCHMARK_CAPTURE(BM_InsertValue,
162 BENCHMARK_CAPTURE(BM_InsertValue,
167 BENCHMARK_CAPTURE(BM_InsertValueRehash,
173 BENCHMARK_CAPTURE(BM_InsertValue,
178 BENCHMARK_CAPTURE(BM_InsertValueRehash,
[all …]
Dalgorithms.bench.cpp34 BENCHMARK_CAPTURE(BM_Sort, random_uint32,
37 BENCHMARK_CAPTURE(BM_Sort, sorted_ascending_uint32,
40 BENCHMARK_CAPTURE(BM_Sort, sorted_descending_uint32,
43 BENCHMARK_CAPTURE(BM_Sort, single_element_uint32,
46 BENCHMARK_CAPTURE(BM_Sort, pipe_organ_uint32,
49 BENCHMARK_CAPTURE(BM_Sort, random_strings,
52 BENCHMARK_CAPTURE(BM_Sort, sorted_ascending_strings,
55 BENCHMARK_CAPTURE(BM_Sort, sorted_descending_strings,
58 BENCHMARK_CAPTURE(BM_Sort, single_element_strings,
Dfilesystem.bench.cpp25 BENCHMARK_CAPTURE(BM_PathConstructString, large_string,
42 BENCHMARK_CAPTURE(BM_PathConstructCStr, large_string,
72 BENCHMARK_CAPTURE(BM_PathConstructInputIter, large_string,
74 BENCHMARK_CAPTURE(BM_PathConstructForwardIter, large_string,
93 BENCHMARK_CAPTURE(BM_PathIterateMultipleTimes, iterate_elements,
113 BENCHMARK_CAPTURE(BM_PathIterateOnce, iterate_elements,
135 BENCHMARK_CAPTURE(BM_PathIterateOnceBackwards, iterate_elements,
Dvector_operations.bench.cpp16 BENCHMARK_CAPTURE(BM_ConstructIterIter,
21 BENCHMARK_CAPTURE(BM_ConstructIterIter,
26 BENCHMARK_CAPTURE(BM_ConstructIterIter,
/external/google-benchmark/test/
Dbenchmark_test.cc207 BENCHMARK_CAPTURE(BM_with_args, int_test, 42, 43, 44);
208 BENCHMARK_CAPTURE(BM_with_args, string_and_pair_test, std::string("abc"),
214 BENCHMARK_CAPTURE(BM_non_template_args, basic_test, 0, 0);
/external/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc207 BENCHMARK_CAPTURE(BM_with_args, int_test, 42, 43, 44);
208 BENCHMARK_CAPTURE(BM_with_args, string_and_pair_test, std::string("abc"),
215 BENCHMARK_CAPTURE(BM_non_template_args, basic_test, 0, 0);
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h791 #define BENCHMARK_CAPTURE(func, test_case_name, ...) \
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h851 #define BENCHMARK_CAPTURE(func, test_case_name, ...) \ macro
/external/libcxx/utils/google-benchmark/
DREADME.md193 of extra arguments. The `BENCHMARK_CAPTURE(func, test_case_name, ...args)`
206 BENCHMARK_CAPTURE(BM_takes_args, int_string_test, 42, std::string("abc"));
/external/google-benchmark/
DREADME.md195 of extra arguments. The `BENCHMARK_CAPTURE(func, test_case_name, ...args)`
208 BENCHMARK_CAPTURE(BM_takes_args, int_string_test, 42, std::string("abc"));