CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
ProcCPUTimes Struct Reference

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.
 

Detailed Description

Processor time one process has used since it started.

Definition at line 261 of file sysinfo.h.

Field Documentation

◆ valid

flags_t ProcCPUTimes::valid

ProcCPUTimesValid flags naming the fields that were reported.

total is always filled in.

Definition at line 265 of file sysinfo.h.


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