wlmaker
Loading...
Searching...
No Matches
cpu_times_t Struct Reference

Public Attributes

unsigned long total
unsigned long idle

Detailed Description

Absolute CPU time values from /proc/stat.

Uses unsigned long to match /proc/stat format and avoid overflow on systems with high uptime.

Member Data Documentation

◆ idle

unsigned long cpu_times_t::idle

Idle time (idle + iowait).

◆ total

unsigned long cpu_times_t::total

Sum of all CPU time fields.


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