commit | d0f62ba37546928d3b35b391b7465c6bf8cfe9c5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Mar 29 12:55:58 2007 -0800 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Mar 29 12:55:58 2007 -0800 |
tree | 6e928da262f41860924b423e4272c72c6889e26b | |
parent | 1020a139beff50faf1bb18f761b024b664a09e14 [diff] |
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>