Lines Matching defs:runtime_sec_max
1570 double runtime_sec_max;
1676 runtime_sec_max = diff.tv_sec * NSEC_PER_SEC;
1677 runtime_sec_max += diff.tv_usec * NSEC_PER_USEC;
1678 runtime_sec_max /= NSEC_PER_SEC;
1686 print_res(name, runtime_sec_max,
1690 print_res(name, runtime_sec_max,
1699 delta_runtime = (runtime_sec_max - runtime_sec_min)/2.0;
1700 print_res(name, delta_runtime / runtime_sec_max * 100.0,
1709 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks),
1712 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max,
1715 print_res(name, bytes / runtime_sec_max / 1e9,