Get process times
Struct_Type times ()
The times function returns a structure containing the following fields:
tms_utime (user time) tms_stime (system time) tms_cutime (user time of child processes) tms_cstime (system time of child processes)
Not all systems support this function.