File cpu_info.h
Included in:
cpu_info.c
process_control.c
Preprocessor definitions
#define CPU_INFO_H
Typedef CpuInfo
typedef struct {...} CpuInfo
struct
{
unsigned long utime;
unsigned long ntime;
unsigned long stime;
unsigned long itime;
unsigned long btime;
}