OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bm_function
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/test/
register_benchmark_test.cc
63
void
BM_function
(benchmark::State& state) {
67
BENCHMARK(
BM_function
);
69
"BM_function_manual_registration",
BM_function
);
70
ADD_CASES({"
BM_function
"}, {"BM_function_manual_registration"});
/external/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc
63
void
BM_function
(benchmark::State& state) {
67
BENCHMARK(
BM_function
);
69
"BM_function_manual_registration",
BM_function
);
70
ADD_CASES({"
BM_function
"}, {"BM_function_manual_registration"});
Completed in 122 milliseconds