Home
last modified time | relevance | path

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

/external/fio/
Dsteadystate.c201 uint64_t td_iops, td_bytes; in steadystate_check() local
213 td_iops = 0; in steadystate_check()
235 td_iops += td->io_blocks[ddir]; in steadystate_check()
252 group_iops += 1000 * (td_iops - ss->prev_iops) / rate_time; in steadystate_check()
255 ss->prev_iops = td_iops; in steadystate_check()