Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/bench/
Dnuma.c1569 double runtime_sec_max; in __bench_numa() local
1675 runtime_sec_max = diff.tv_sec * NSEC_PER_SEC; in __bench_numa()
1676 runtime_sec_max += diff.tv_usec * NSEC_PER_USEC; in __bench_numa()
1677 runtime_sec_max /= NSEC_PER_SEC; in __bench_numa()
1685 print_res(name, runtime_sec_max, in __bench_numa()
1689 print_res(name, runtime_sec_max, in __bench_numa()
1698 delta_runtime = (runtime_sec_max - runtime_sec_min)/2.0; in __bench_numa()
1699 print_res(name, delta_runtime / runtime_sec_max * 100.0, in __bench_numa()
1708 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks), in __bench_numa()
1711 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max, in __bench_numa()
[all …]