table of contents
other versions
- jessie 3.16.56-1+deb8u1
| STRUCT CPUTIME(9) | Driver Basics | STRUCT CPUTIME(9) |
NAME¶
struct_cputime - snaphsot of system and user cputimeSYNOPSIS¶
struct cputime {
cputime_t utime;
cputime_t stime;
};
MEMBERS¶
utimetime 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 |