X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.c;h=3dcaaf680803fdcdb798de6009745f7821118d39;hp=9e5457e0c95a06a0a32930482f92427122d6829d;hb=956e60eade2bddb8aadfb54b58030e0b88fd03b2;hpb=5283741f7be708fbbb3feb2cd5ca5187f3a964d1 diff --git a/gettime.c b/gettime.c index 9e5457e0..3dcaaf68 100644 --- a/gettime.c +++ b/gettime.c @@ -425,6 +425,7 @@ void fio_clock_init(void) fio_clock_source = CS_CPUCLOCK; } else if (fio_clock_source == CS_CPUCLOCK) log_info("fio: clocksource=cpu may not be reliable\n"); + dprint(FD_TIME, "gettime: clocksource=%d\n", (int) fio_clock_source); } uint64_t ntime_since(const struct timespec *s, const struct timespec *e)