Fixup time multipliers
authorJens Axboe <axboe@fb.com>
Fri, 21 Feb 2014 19:50:09 +0000 (11:50 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 21 Feb 2014 19:50:09 +0000 (11:50 -0800)
commite4668264df255e8d01680920a4e78fd4186aeff1
treea49670c9f0992c79d373a98f8f2e5206a4b2a941
parent65f21d61d5d0796335ceb3320b8846e4d6d30ac7
Fixup time multipliers

Commit 74454ce4 assumed default time is in msec, when it's
in reality usec. Fix that up, and also add a specific 'us'
or 'usec' multiplier (of 1).

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