Home
last modified time | relevance | path

Searched refs:benchmark_function (Results 1 – 4 of 4) 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
187 times [k] = benchmark_function (stats->testfunc, stats->loop_count) ; in benchmark_stats()
H A Dutil.h41 double benchmark_function (void (*testfunc) (void), unsigned count) ;
/aosp_15_r20/external/autotest/client/cros/
H A Dhttp_speed.py47 def BenchmarkOneDirection(latency, label, url, benchmark_function): argument
72 transfer_time = benchmark_function(url, size)
/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
391 benchmark_function, in RegisterGoogleBenchmarks()