X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=idletime.h;h=b8376c2ce6098cd698d8933604fed7de2f35ff4d;hp=84c1fbbe79a8a293103ce19f1450c9f17847a743;hb=7746976c9230e7b3349ad27136b0cd8784f0c405;hpb=f672ef67527a27eb2bbc59aa6041a42d88a00838 diff --git a/idletime.h b/idletime.h index 84c1fbbe..b8376c2c 100644 --- a/idletime.h +++ b/idletime.h @@ -26,8 +26,8 @@ struct idle_prof_thread { pthread_t thread; int cpu; int state; - struct timeval tps; - struct timeval tpe; + struct timespec tps; + struct timespec tpe; double cali_time; /* microseconds to finish a unit work */ double loops; double idleness;