Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/bench/
Dnuma.c1492 double runtime_sec_max; in __bench_numa() local
1590 runtime_sec_max = diff.tv_sec * NSEC_PER_SEC; in __bench_numa()
1591 runtime_sec_max += diff.tv_usec * NSEC_PER_USEC; in __bench_numa()
1592 runtime_sec_max /= NSEC_PER_SEC; in __bench_numa()
1600 print_res(name, runtime_sec_max, in __bench_numa()
1604 print_res(name, runtime_sec_max, in __bench_numa()
1613 delta_runtime = (runtime_sec_max - runtime_sec_min)/2.0; in __bench_numa()
1614 print_res(name, delta_runtime / runtime_sec_max * 100.0, in __bench_numa()
1623 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks), in __bench_numa()
1626 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max, in __bench_numa()
[all …]