Lines Matching refs:print_res
1468 static void print_res(const char *name, double val, in print_res() function
1595 print_res(name, runtime_sec_max, in __bench_numa()
1599 print_res(name, runtime_sec_max, in __bench_numa()
1602 print_res(name, runtime_sec_min, in __bench_numa()
1605 print_res(name, runtime_avg, in __bench_numa()
1609 print_res(name, delta_runtime / runtime_sec_max * 100.0, in __bench_numa()
1612 print_res(name, bytes / g->p.nr_tasks / 1e9, in __bench_numa()
1615 print_res(name, bytes / 1e9, in __bench_numa()
1618 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks), in __bench_numa()
1621 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max, in __bench_numa()
1624 print_res(name, bytes / runtime_sec_max / 1e9, in __bench_numa()
1635 print_res(tname, td->speed_gbs, in __bench_numa()
1637 print_res(tname, td->system_time_ns / NSEC_PER_SEC, in __bench_numa()
1639 print_res(tname, td->user_time_ns / NSEC_PER_SEC, in __bench_numa()