Fix regression introduced by commit 334185e
authorJens Axboe <axboe@fb.com>
Mon, 9 Jun 2014 19:25:13 +0000 (13:25 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 9 Jun 2014 19:25:13 +0000 (13:25 -0600)
We need to run fio_time_init() before the threads are invoked,
but we should do it in global context so that all threads share
the same clock and init settings.

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

No differences found