Lines Matching defs:runtime_sec_max
1510 double runtime_sec_max;
1616 runtime_sec_max = diff.tv_sec * NSEC_PER_SEC;
1617 runtime_sec_max += diff.tv_usec * NSEC_PER_USEC;
1618 runtime_sec_max /= NSEC_PER_SEC;
1626 print_res(name, runtime_sec_max,
1630 print_res(name, runtime_sec_max,
1639 delta_runtime = (runtime_sec_max - runtime_sec_min)/2.0;
1640 print_res(name, delta_runtime / runtime_sec_max * 100.0,
1649 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks),
1652 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max,
1655 print_res(name, bytes / runtime_sec_max / 1e9,