Lines Matching refs:TIMES
30 * In addition, Berkeley UNIX system calls "times ()" or "time ()"
102 * execution times for this version should be the same as
141 * five or more times
143 * six or more times
155 * The "times" function of UNIX (returning process times)
160 * access, use the "times ()" function. If you have
169 * In Berkeley UNIX, the function "times" returns process
191 * For 16-Bit processors (e.g. 80186, 80286), times for all compilation
354 #ifndef TIMES
355 #define TIMES
358 /* Use times(2) time function unless */
363 #undef TIMES
369 #ifdef TIMES
371 #include <sys/times.h>
372 /* for "times" */
376 /* Berkeley UNIX C returns process times in seconds/HZ */