Searched refs:disp_time (Results 1 – 1 of 1) sorted by relevance
/external/fio/ |
D | eta.c | 325 unsigned long rate_time, disp_time, bw_avg_time, *eta_secs; in calc_thread_status() local 451 disp_time = mtime_since(&disp_prev_time, &now); in calc_thread_status() 456 if (!force && disp_time < 900) in calc_thread_status() 459 calc_rate(unified_rw_rep, disp_time, io_bytes, disp_io_bytes, je->rate); in calc_thread_status() 460 calc_iops(unified_rw_rep, disp_time, io_iops, disp_io_iops, je->iops); in calc_thread_status()
|