NAME clock_t - system time LIBRARY Standard C library ( libc ) SYNOPSIS #include typedef /* ... */ clock_tlibrary ( libc , -lc ) SYNOPSIS #include <sys/times.h> clock_t times(struct tms * buf ); DESCRIPTION times () stores ... defined in <sys/times.h> : struct tms { clock_t tms_utime; …library ( libc , -lc ) SYNOPSIS #include clock_t clock(void); DESCRIPTION The clock () function returns ... time used so far as a clock_t ; to get the number of seconds usedstatus; /* Exit value or signal */ clock_t si_utime; /* User time consumed */ clock_tstatus; /* Exit value or signal */ clock_t si_utime; /* User time consumed */ clock_t