Add gtod_reduce option
authorJens Axboe <jens.axboe@oracle.com>
Fri, 14 Nov 2008 12:04:53 +0000 (13:04 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 14 Nov 2008 12:04:53 +0000 (13:04 +0100)
commit993bf48b48f2d9724afa3698a15070e77bc5d1c0
treeff5775726e596898fe9b646730d12f4940d4c123
parent3e4889209b86409283d1e87bb6b5c9980495c2c6
Add gtod_reduce option

This cuts down even more on gtod() calls. While the three disable_X
options halved the gettimeofday() call count, this can reduce it to
less than 1 percent of what it otherwise would have been.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
fio.c
fio.h
io_u.c
options.c