times

times

Functions

Types and Values

#define clock_t
struct tms

Description

Functions

times ()

clock_t
times (struct tms *tmsp);

Types and Values

clock_t

#define             clock_t

struct tms

struct tms {
	clock_t tms_utime;
	clock_t tms_stime;
	clock_t tms_cutime;
	clock_t tms_cstime;
};