Home
last modified time | relevance | path

Searched refs:bench_plus_overhead (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A Dnanobench.cpp365 double bench_plus_overhead = 0.0; in setup_cpu_bench() local
369 while (bench_plus_overhead < overhead) { in setup_cpu_bench()
372 bench->getUniqueName(), HUMANIZE(bench_plus_overhead), HUMANIZE(overhead)); in setup_cpu_bench()
375 bench_plus_overhead = time(1, bench, target); in setup_cpu_bench()
386 // where bench_plus_overhead ~=~ overhead + Bench Time. in setup_cpu_bench()
392 // bench_plus_overhead - overhead) in setup_cpu_bench()
397 const double denom = bench_plus_overhead - overhead; in setup_cpu_bench()

Completed in 3 milliseconds