X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=2c68edcc4513fc40bd7f0e9f37daa5a8dd3d6d98;hp=d834cffc2ae485cd07394e4454b22d4beceac154;hb=b2ee7647ee05604397672f6b7c1a804b07466270;hpb=de7c39220fd2f58f77f87b9fd862e2fe775f88e3 diff --git a/stat.h b/stat.h index d834cffc..2c68edcc 100644 --- a/stat.h +++ b/stat.h @@ -234,6 +234,8 @@ extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat); extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat); extern void stat_calc_dist(unsigned int *map, unsigned long total, double *io_u_dist); extern void reset_io_stats(struct thread_data *); +extern void create_status_interval_thread(void); +extern void wait_for_status_interval_thread_exit(void); static inline int usec_to_msec(unsigned long *min, unsigned long *max, double *mean, double *dev)