Increase latency histogram resolution
authorJens Axboe <jens.axboe@oracle.com>
Thu, 29 Mar 2007 20:55:58 +0000 (12:55 -0800)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 29 Mar 2007 20:55:58 +0000 (12:55 -0800)
commitd0f62ba37546928d3b35b391b7465c6bf8cfe9c5
tree6e928da262f41860924b423e4272c72c6889e26b
parent1020a139beff50faf1bb18f761b024b664a09e14
Increase latency histogram resolution

Currently it was at one decimal, but that can cause us to lose
precision. Always ensure to round up for higher entries of they
get rounded to 0.0 for print.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
stat.c