Home
last modified time | relevance | path

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

/benchtests/
A Dbench-pthread-locks.c425 timing_t curs[RUN_COUNT + 2]; in do_bench_2() local
459 curs[0] = cur; in do_bench_2()
461 curs[i] = func(iters, filler); in do_bench_2()
469 if (curs[i] > curs[j]) in do_bench_2()
471 timing_t temp = curs[i]; in do_bench_2()
472 curs[i] = curs[j]; in do_bench_2()
473 curs[j] = temp; in do_bench_2()
479 mean += (double) curs[i] / (double) iters; in do_bench_2()
485 double s = (double) curs[i] / (double) iters - mean; in do_bench_2()
500 json_attr_double (js, "min-outlier", (double) curs[0] / (double) iters); in do_bench_2()
[all …]

Completed in 6 milliseconds