CCIMXDesktop
 
Loading...
Searching...
No Matches
CPUStateFetcher::CPUState Struct Reference

The CPUState struct Represents CPU usage state including idle, user, kernel and total time. The total time concept differs between Linux and Windows. More...

#include <CPUStateFetcher.h>

Public Attributes

double idle
 CPU idle time.
 
double user
 CPU user time.
 
double kernel
 CPU kernel time.
 
double tol
 Total time (sum of above), platform-dependent meaning.
 

Detailed Description

The CPUState struct Represents CPU usage state including idle, user, kernel and total time. The total time concept differs between Linux and Windows.


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