X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=98ae4c8e5dbb588d517b19cf629c3267a2fbf75b;hp=4ca826170a0b886376f12f7b3591866f6543092d;hb=619adf9c5aa472904eec3a62f13030e6b261ea25;hpb=372aecb9049618c1279a946b66f6b29066730951 diff --git a/stat.h b/stat.h index 4ca82617..98ae4c8e 100644 --- a/stat.h +++ b/stat.h @@ -8,6 +8,7 @@ struct group_run_stats { uint64_t agg[DDIR_RWDIR_CNT]; uint32_t kb_base; uint32_t groupid; + uint32_t unified_rw_rep; }; /* @@ -120,6 +121,7 @@ struct thread_stat { uint32_t pid; char description[FIO_JOBNAME_SIZE]; uint32_t members; + uint32_t unified_rw_rep; /* * bandwidth and latency stats @@ -142,6 +144,7 @@ struct thread_stat { * IO depth and latency stats */ uint64_t clat_percentiles; + uint64_t percentile_precision; fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN]; uint32_t io_u_map[FIO_IO_U_MAP_NR];