table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
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¶
February 2017 | Kernel Hackers Manual 3.16 |