Show IOPS as well as bw numbers

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/ioengines.c b/ioengines.c
index 9de7ca1..88e91cc 100644
--- a/ioengines.c
+++ b/ioengines.c
@@ -202,6 +202,8 @@
 	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) {