times(5) times(5)
NAME
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 at least the following members:
clockt tmsutime User CPU time
clockt tmsstime System CPU time
clockt tmscutime User CPU time of terminated child processes
clockt tmscstime System CPU time of terminated child processes
The clockt type is defined as described in <sys/types.h>.
The following is declared as a function and may also be defined as a
macro:
clockt times(struct tms *buffer);
SEE ALSO
times(2), types(5).
Page 1 Reliant UNIX 5.44 Printed 11/98