Fix Runtime, IOPS, bandwidth recorded incorrectly
authorBrian Fulton <bfulton@google.com>
Mon, 4 May 2015 22:07:10 +0000 (16:07 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 4 May 2015 22:07:10 +0000 (16:07 -0600)
commit95603b7470fac1917cb11bc686e60b4339f8a2fc
tree2ea2d4a2b01bd8a6ae072f66caef489981f50f1b
parent036c8019b965f812e5881b8671ba4ed54504ed86
Fix Runtime, IOPS, bandwidth recorded incorrectly

This happens with small sized timed_based runs. Change runtime
tabulation back to microseconds to handle sub millisecond loops.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c