Searched refs:benchmark_function (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/flac/microbench/ |
H A D | util.c | 55 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 D | util.h | 41 double benchmark_function (void (*testfunc) (void), unsigned count) ;
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | http_speed.py | 47 def BenchmarkOneDirection(latency, label, url, benchmark_function): argument 72 transfer_time = benchmark_function(url, size)
|
/aosp_15_r20/bionic/benchmarks/ |
H A D | bionic_benchmarks.cpp | 388 benchmark_func_t benchmark_function = g_str_to_func.at(fn_name).first; in RegisterGoogleBenchmarks() local 391 benchmark_function, in RegisterGoogleBenchmarks()
|