Unify the time handling
authorJens Axboe <axboe@fb.com>
Fri, 21 Feb 2014 23:26:01 +0000 (15:26 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 21 Feb 2014 23:26:01 +0000 (15:26 -0800)
commit0de5b26f6e177aacac0683306c47e0cbaf58b0b6
treedd9c547c7e73ec90ad7ef41821c52d96e709aa26
parent6bb58215842760895071d9f331da4dc2dfc16f30
Unify the time handling

Some options are in seconds, if no units are given. These include
runtime/timeout, startdelay, and ramp_time. Handle this
appropriately. Internally it should all be microseconds now, it's
just the conversion factor.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
backend.c
eta.c
fio.1
init.c
options.c
parse.c
parse.h
time.c
time.h