Lines Matching refs:time
2 * Lame time routines source file
27 * description: returns CPU time used by the process
29 * output: time in seconds
43 #include <time.h>
74 * description: returns real (human) time elapsed relative to a fixed time (mostly 1970-01-01 00:00:00)
76 * output: time in seconds
77 * known bugs: bad precision with time()
82 # include <sys/time.h>
107 return t.time + 1.e-3 * t.millitm;
117 t = time(NULL);