b1ce67776473a85b037d9485ccd3458df8469699
[fio.git] / fio-stat.h
1 #ifndef FIO_STAT_H
2 #define FIO_STAT_H
3
4 extern void add_clat_sample(struct thread_data *, int, unsigned long);
5 extern void add_slat_sample(struct thread_data *, int, unsigned long);
6 extern void add_bw_sample(struct thread_data *, int);
7 extern void show_run_stats(void);
8 extern void init_disk_util(struct thread_data *);
9 extern void update_rusage_stat(struct thread_data *);
10 extern void update_io_ticks(void);
11 extern void disk_util_timer_arm(void);
12 #endif