gettime: Simplify get_cycles_per_msec()
authorBart Van Assche <bvanassche@acm.org>
Mon, 7 Sep 2020 22:55:27 +0000 (15:55 -0700)
committerBart Van Assche <bvanassche@acm.org>
Sun, 20 Sep 2020 23:09:45 +0000 (16:09 -0700)
commit440f88dad1edf9646856bf8ac1c1999a2d0aecc0
treea65d9d1096642bd9c7e635ec4243ee86bed69d38
parent69212fc41c0420f8caf272a0cc270194edbddfe7
gettime: Simplify get_cycles_per_msec()

Call fio_get_mono_time() directly instead of setting fio_clock_source and
calling __fio_gettime().

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
gettime.c