Show IOPS as well as bw numbers
[fio.git] / ioengines.c
index 9de7ca16b2e3401ed877859db41f1047d957dd07..88e91ccbbf0b2f29b422f9be5552930bf010dcfd 100644 (file)
@@ -202,6 +202,8 @@ int td_io_queue(struct thread_data *td, struct io_u *io_u)
        if (io_u->ddir != DDIR_SYNC)
                td->io_issues[io_u->ddir]++;
 
+       io_u_mark_depth(td, io_u);
+
        ret = td->io_ops->queue(td, io_u);
 
        if (ret == FIO_Q_QUEUED) {