|
wlmaker
|

Public Attributes | |
| FILE * | proc_fp |
| cpu_times_t * | cpu_times_prev |
| uint32_t | cpu_usage_num |
State for the CPU graph (mutable runtime data).
| cpu_times_t* cpugraph_state_t::cpu_times_prev |
Previous absolute CPU values for computing usage (dynamically allocated).
| uint32_t cpugraph_state_t::cpu_usage_num |
Number of elements in cpu_times_prev.
| FILE* cpugraph_state_t::proc_fp |
Open file handle to /proc/stat.