X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.c;h=f29edcb7bd64bb2085a03cae25c0ae25057c22aa;hp=e60d3e20ee492ee96c628e671951ada7e67c1b0b;hb=d5e3f5d8ef7fab70288aa57c8660bc3d2199655f;hpb=3cf1ff44af1a1cc17354ce495647448e1e4924e2 diff --git a/gettime.c b/gettime.c index e60d3e20..f29edcb7 100644 --- a/gettime.c +++ b/gettime.c @@ -504,6 +504,8 @@ int fio_monotonic_clocktest(void) uint64_t seq = 0; int i; + log_info("cs: reliable_tsc: %s\n", tsc_reliable ? "yes" : "no"); + fio_debug |= 1U << FD_TIME; calibrate_cpu_clock(); fio_debug &= ~(1U << FD_TIME);