Handle percentile lists with higher precision that 2 digits
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index 97186c18e4d88e2a80556718233536084e69a927..98ae4c8e5dbb588d517b19cf629c3267a2fbf75b 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -144,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];