Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dbionic_benchmarks.cpp216 void LockAndRun(benchmark::State& state, benchmark_func_t func_to_bench, int cpu_to_lock) { in LockAndRun() argument
221 reinterpret_cast<void(*) (benchmark::State&)>(func_to_bench)(state); in LockAndRun()