|
OSAPI
0.29
Open System API
|
10 #ifndef OSAPI_PROC_TYPE_RESOURCE_H_
11 #define OSAPI_PROC_TYPE_RESOURCE_H_
23 #include "general/general.h"
uint64_t t_size
Definition of OSAPI size type.
Definition: general_types.h:52
The process resources structure.
Definition: proc_type_resource.h:43
t_size stime
The process consumed system time.
Definition: proc_type_resource.h:46
t_size ram
The size of the process in RAM.
Definition: proc_type_resource.h:49
t_size utime
The process consumed user time.
Definition: proc_type_resource.h:45
t_size vsize
The size of the virtual memory.
Definition: proc_type_resource.h:48
t_size num_threads
The number of threads in the process.
Definition: proc_type_resource.h:47