X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=stat.h;h=eb7845afec27e0dbdd0ac344ace3c756c069f7fe;hb=fc002f14a773b7fab28c92ff4d6eeba25c2951ea;hp=05228fd2c17bc208b813dbf10276975966b9a90f;hpb=692dec0cfb4bcf2ddcb6438cfbe73d585c7a3bbc;p=fio.git diff --git a/stat.h b/stat.h index 05228fd2..eb7845af 100644 --- a/stat.h +++ b/stat.h @@ -68,7 +68,7 @@ struct group_run_stats { * than one. This method has low accuracy when the value is small. For * example, let the buckets be {[0,99],[100,199],...,[900,999]}, and * the represented value of each bucket be the mean of the range. Then - * a value 0 has an round-off error of 49.5. To improve on this, we + * a value 0 has a round-off error of 49.5. To improve on this, we * use buckets with non-uniform ranges, while bounding the error of * each bucket within a ratio of the sample value. A simple example * would be when error_bound = 0.005, buckets are { @@ -262,11 +262,6 @@ struct thread_stat { /* A mirror of td->ioprio. */ uint32_t ioprio; - uint64_t io_u_plat_high_prio[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR] __attribute__((aligned(8)));; - uint64_t io_u_plat_low_prio[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR]; - struct io_stat clat_high_prio_stat[DDIR_RWDIR_CNT] __attribute__((aligned(8))); - struct io_stat clat_low_prio_stat[DDIR_RWDIR_CNT]; - union { uint64_t *ss_iops_data; /*