TIMES.H(3HEAD) Headers TIMES.H(3HEAD)
times.h, times - file access and modification times structure
#include <sys/times.h>
The <sys/times.h> header defines the structure tms, which is returned
by times() and includes the following members:
clock_t tms_utime /* user CPU time */
clock_t tms_stime /* system CPU time */
clock_t tms_cutime /* user CPU time of terminated
child processes */
clock_t tms_cstime /* system CPU time of terminated
child processes */
The clock_t type is defined as described in <sys/types.h>.
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Standard |
+--------------------+-----------------+
times(2), types.h(3HEAD), attributes(7), standards(7)
September 10, 2004 TIMES.H(3HEAD)
NAME
times.h, times - file access and modification times structure
SYNOPSIS
#include <sys/times.h>
DESCRIPTION
The <sys/times.h> header defines the structure tms, which is returned
by times() and includes the following members:
clock_t tms_utime /* user CPU time */
clock_t tms_stime /* system CPU time */
clock_t tms_cutime /* user CPU time of terminated
child processes */
clock_t tms_cstime /* system CPU time of terminated
child processes */
The clock_t type is defined as described in <sys/types.h>.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Standard |
+--------------------+-----------------+
SEE ALSO
times(2), types.h(3HEAD), attributes(7), standards(7)
September 10, 2004 TIMES.H(3HEAD)