Searched refs:time_per_loop (Results 1 – 2 of 2) sorted by relevance
531 double time_per_loop = (double)total_time / loops; in speed_output() local535 if (time_per_loop > 0) { in speed_output()536 throughput /= (time_per_loop / 1000.0); in speed_output()545 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()
359 double time_per_loop = (double)total_time / loops; in speed_output() local363 if (time_per_loop > 0) { in speed_output()364 throughput /= (time_per_loop / 1000.0); in speed_output()373 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()