Searched refs:nto_last (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xload/dist/
H A Dget_load.c276 static struct timespec nto_now, nto_last; variable in typeref:struct:timespec
283 clock_gettime( CLOCK_REALTIME, &nto_last);
299 timediff = 1000000000.0 * (nto_now.tv_sec - nto_last.tv_sec)
300 + (nto_now.tv_nsec - nto_last.tv_nsec);
304 nto_last = nto_now;

Completed in 2 milliseconds