The LoadInfo struct holds the current cpu load information. More...
#include <yarp/os/SystemInfo.h>
Public Attributes | |
double | cpuLoad1 |
double | cpuLoad5 |
double | cpuLoad15 |
int | cpuLoadInstant |
The LoadInfo struct holds the current cpu load information.
Definition at line 67 of file SystemInfo.h.
double yarp::os::SystemInfo::LoadInfo::cpuLoad1 |
Definition at line 69 of file SystemInfo.h.
double yarp::os::SystemInfo::LoadInfo::cpuLoad15 |
Definition at line 71 of file SystemInfo.h.
double yarp::os::SystemInfo::LoadInfo::cpuLoad5 |
Definition at line 70 of file SystemInfo.h.
int yarp::os::SystemInfo::LoadInfo::cpuLoadInstant |
Definition at line 72 of file SystemInfo.h.