wlmaker
Loading...
Searching...
No Matches
Public Attributes | List of all members
cpugraph_state_t Struct Reference
Collaboration diagram for cpugraph_state_t:
Collaboration graph
[legend]

Public Attributes

FILE * proc_fp
 
cpu_times_tcpu_times_prev
 
uint32_t cpu_usage_num
 

Detailed Description

State for the CPU graph (mutable runtime data).

Member Data Documentation

◆ cpu_times_prev

cpu_times_t* cpugraph_state_t::cpu_times_prev

Previous absolute CPU values for computing usage (dynamically allocated).

◆ cpu_usage_num

uint32_t cpugraph_state_t::cpu_usage_num

Number of elements in cpu_times_prev.

◆ proc_fp

FILE* cpugraph_state_t::proc_fp

Open file handle to /proc/stat.


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