Handle percentile lists with higher precision that 2 digits
authorVincent Kang Fu <VFu@fusionio.com>
Wed, 6 Feb 2013 07:43:40 +0000 (08:43 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Feb 2013 07:43:40 +0000 (08:43 +0100)
commit435d195a9da120c5a618129cdb73418f4748c20a
tree4798b72a5bee48def3203cafcf5463192254c9f0
parent723d7b34839f460839158b207ce2d3b28e17f31c
Handle percentile lists with higher precision that 2 digits

We cap the output at %2.2f right now, that's not always enough.
Make the parser check and store the precision required to
output the list correctly.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h
init.c
options.c
parse.c
stat.c
stat.h