[PATCH] Split up fio.c into log/stat/time parts
[fio.git] / fio-stat.h
diff --git a/fio-stat.h b/fio-stat.h
new file mode 100644 (file)
index 0000000..b1ce677
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef FIO_STAT_H
+#define FIO_STAT_H
+
+extern void add_clat_sample(struct thread_data *, int, unsigned long);
+extern void add_slat_sample(struct thread_data *, int, unsigned long);
+extern void add_bw_sample(struct thread_data *, int);
+extern void show_run_stats(void);
+extern void init_disk_util(struct thread_data *);
+extern void update_rusage_stat(struct thread_data *);
+extern void update_io_ticks(void);
+extern void disk_util_timer_arm(void);
+#endif