Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
task_cputime Struct Reference

#include <sched.h>

Data Fields

cputime_t utime
 
cputime_t stime
 
unsigned long long sum_exec_runtime
 

Detailed Description

struct task_cputime - collected CPU time counts : time spent in user mode, in &cputime_t units : time spent in kernel mode, in &cputime_t units : total time spent on the CPU, in nanoseconds

This structure groups together three kinds of CPU time that are tracked for threads and thread groups. Most things considering CPU time want to group these counts together and treat all three of them in parallel.

Definition at line 447 of file sched.h.

Field Documentation

cputime_t stime

Definition at line 449 of file sched.h.

unsigned long long sum_exec_runtime

Definition at line 450 of file sched.h.

cputime_t utime

Definition at line 448 of file sched.h.


The documentation for this struct was generated from the following file: