|
CX Framework
Cross-platform C utility framework
|
#include <sysinfo.h>
Data Fields | |
| ProcCPUTimes | last |
| The previous reading. | |
| bool | primed |
| Whether a previous reading has been taken yet. | |
Remembers the previous reading so repeated polling needs only one call each time
Does not hold the process itself; pass it to procCPUSample() on every call.