Content-type: text/html Man page of times.h

times.h

Section: Headers (3HEAD)
Updated: 10 Sep 2004
Index Return to Main Contents
 

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(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityStandard

 

SEE ALSO

times(2), types.h(3HEAD), attributes(5), standards(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:37:12 GMT, October 02, 2010