Home
last modified time | relevance | path

Searched defs:benchmark_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flac/microbench/
H A Dutil.c55 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function() function
85 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function() function
122 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function() function
158 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function() function
/aosp_15_r20/external/autotest/client/cros/
H A Dhttp_speed.py47 def BenchmarkOneDirection(latency, label, url, benchmark_function): argument
/aosp_15_r20/bionic/benchmarks/
H A Dbionic_benchmarks.cpp388 benchmark_func_t benchmark_function = g_str_to_func.at(fn_name).first; in RegisterGoogleBenchmarks() local