Scroll to navigation

STRUCT CPUTIME(9) Driver Basics STRUCT CPUTIME(9)

NAME

struct_cputime - 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

May 2018 Kernel Hackers Manual 3.16