verify: unroll string copy
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 8c41914446ce610f4dcfb6d67ae4535ebf6255c0..95f206e049960c986ff78e683f4da05193d51f3c 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -15,6 +15,7 @@
 #include "idletime.h"
 #include "lib/pow2.h"
 #include "lib/output_buffer.h"
+#include "helper_thread.h"
 
 struct fio_mutex *stat_mutex;
 
@@ -2246,7 +2247,6 @@ static int add_iops_samples(struct thread_data *td, struct timeval *t)
        if (spent <= td->o.iops_avg_time)
                return td->o.iops_avg_time;
 
-       printf("%lu over\n", spent - td->o.iops_avg_time);
        return td->o.iops_avg_time - (1 + spent - td->o.iops_avg_time);
 }