struct_cputime(9) snaphsot of system and user cputime

SYNOPSIS


struct cputime {
cputime_t utime;
cputime_t stime;
};

MEMBERS

utime

time spent in user mode

stime

time spent in system mode

DESCRIPTION

Gathers a generic snapshot of user and system time.

COPYRIGHT