Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/bench/
Dnuma.c1510 double runtime_sec_max; in __bench_numa() local
1616 runtime_sec_max = diff.tv_sec * NSEC_PER_SEC; in __bench_numa()
1617 runtime_sec_max += diff.tv_usec * NSEC_PER_USEC; in __bench_numa()
1618 runtime_sec_max /= NSEC_PER_SEC; in __bench_numa()
1626 print_res(name, runtime_sec_max, in __bench_numa()
1630 print_res(name, runtime_sec_max, in __bench_numa()
1639 delta_runtime = (runtime_sec_max - runtime_sec_min)/2.0; in __bench_numa()
1640 print_res(name, delta_runtime / runtime_sec_max * 100.0, in __bench_numa()
1649 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks), in __bench_numa()
1652 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max, in __bench_numa()
[all …]