gettime: add basic init cpuclock test
authorJens Axboe <axboe@fb.com>
Tue, 23 Dec 2014 17:41:34 +0000 (10:41 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 23 Dec 2014 17:41:34 +0000 (10:41 -0700)
Some systems claim to have a synced and constant rate tsc, even if
they don't. So add the basic cpuclock-test test as part of fio
trusting the CPU clock, to avoid using the CPU clock on a system
where the TSC truly isn't synced between CPUs.

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

No differences found