fio: allow milliseconds on all time specifiers
authorChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Thu, 20 Feb 2014 13:20:01 +0000 (14:20 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 20 Feb 2014 17:10:45 +0000 (09:10 -0800)
commit74454ce40f1a5e1e682da0a8acb824a7f6910270
tree3bcd9042612b1124d93637e59b5df5ad08ad89a7
parent56e2a5fc76067c91738f7eb0efbd6ec6d349e0f2
fio: allow milliseconds on all time specifiers

This patch allows all time specifiers to be specified down to
milliseconds.  Default will stay seconds for compatibility with old
configs.

It also adds documentation to the existing time units day, hour and
minute.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
eta.c
fio.1
parse.c
time.c