DESCRIPTION
.Bf -symbolic This interface is obsoleted by getrusage(2) and gettimeofday(2).
.Ef The times function returns the value of time in CLK_TCK s of a second since 0 hours, 0 minutes, 0 seconds, January 1, 1970, Coordinated Universal Time.
It also fills in the structure pointed to by tp with time-accounting information.
The
.Vt tms structure is defined as follows:
struct tms {
clock_t tms_utime;
clock_t tms_stime;
clock_t tms_cutime;
clock_t tms_cstime;
};
The elements of this structure are defined as follows: