X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=bc4f6da483663a2d84921083863c29f4fa92c313;hp=7ad0c9df7e8d15ec9149735e4f7d13f7ef8eb08f;hb=6bb58215842760895071d9f331da4dc2dfc16f30;hpb=e4668264df255e8d01680920a4e78fd4186aeff1 diff --git a/stat.h b/stat.h index 7ad0c9df..bc4f6da4 100644 --- a/stat.h +++ b/stat.h @@ -224,6 +224,7 @@ extern unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long 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 *); static inline int usec_to_msec(unsigned long *min, unsigned long *max, double *mean, double *dev)