Snaphsot of system and user cputime
struct cputime { cputime_t utime; cputime_t stime; };
utime
time spent in user mode
stime
time spent in system mode
Gathers a generic snapshot of user and system time.