|
CX Framework
Cross-platform C utility framework
|
Processor time one process has used since it started. More...
#include <sysinfo.h>
Data Fields | |
| flags_t | valid |
| ProcCPUTimesValid flags naming the fields that were reported. | |
| int64 | sampled |
| When the reading was taken, from clockTimer() | |
| int64 | total |
| Microseconds of processor time used altogether: user plus system. | |
| int64 | user |
| Microseconds spent running the program's own code. | |
| int64 | system |
| Microseconds spent inside the operating system on its behalf. | |
| int64 | started |
| When the process started, as a cx time value. | |
| flags_t ProcCPUTimes::valid |