Home
last modified time | relevance | path

Searched refs:rate_time (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dsteadystate.c197 unsigned long rate_time; in steadystate_check() local
240 rate_time = mtime_since(&ss->prev_time, &now); in steadystate_check()
251 group_bw += 1000 * (td_bytes - ss->prev_bytes) / rate_time; in steadystate_check()
252 group_iops += 1000 * (td_iops - ss->prev_iops) / rate_time; in steadystate_check()
271 i, td->groupid, rate_time, in steadystate_check()
Deta.c358 uint64_t rate_time, disp_time, bw_avg_time, *eta_secs; in calc_thread_status() local
479 rate_time = mtime_since(&rate_prev_time, &now); in calc_thread_status()
481 if (write_bw_log && rate_time > bw_avg_time && !in_ramp_time(td)) { in calc_thread_status()
482 calc_rate(unified_rw_rep, rate_time, io_bytes, rate_io_bytes, in calc_thread_status()