Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/
Dbench-pthread-mutex-locks.c160 long iters, iters_limit, total_iters; in do_bench_one() local
200 total_iters = iters * num_threads; in do_bench_one()
202 mean += (double) curs[i] / (double) total_iters; in do_bench_one()
208 double s = (double) curs[i] / (double) total_iters - mean; in do_bench_one()
220 json_attr_double (js, "iterations", (double) total_iters); in do_bench_one()
224 (double) curs[0] / (double) total_iters); in do_bench_one()
225 json_attr_double (js, "min", (double) curs[1] / (double) total_iters); in do_bench_one()
227 (double) curs[RUN_COUNT] / (double) total_iters); in do_bench_one()
229 (double) curs[RUN_COUNT + 1] / (double) total_iters); in do_bench_one()