commit | 0de5b26f6e177aacac0683306c47e0cbaf58b0b6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <[email protected]> | Fri Feb 21 15:26:01 2014 -0800 |
committer | Jens Axboe <[email protected]> | Fri Feb 21 15:26:01 2014 -0800 |
tree | dd9c547c7e73ec90ad7ef41821c52d96e709aa26 | |
parent | 6bb58215842760895071d9f331da4dc2dfc16f30 [diff] |
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 <[email protected]>