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 71 of file SystemInfo.h.
| double yarp::os::SystemInfo::LoadInfo::cpuLoad1 |
Definition at line 73 of file SystemInfo.h.
| double yarp::os::SystemInfo::LoadInfo::cpuLoad15 |
Definition at line 75 of file SystemInfo.h.
| double yarp::os::SystemInfo::LoadInfo::cpuLoad5 |
Definition at line 74 of file SystemInfo.h.
| int yarp::os::SystemInfo::LoadInfo::cpuLoadInstant |
Definition at line 76 of file SystemInfo.h.