YARP
Yet Another Robot Platform
yarp::os::SystemInfo::LoadInfo Struct Reference

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
 

Detailed Description

The LoadInfo struct holds the current cpu load information.

Definition at line 71 of file SystemInfo.h.

Member Data Documentation

◆ cpuLoad1

double yarp::os::SystemInfo::LoadInfo::cpuLoad1

Definition at line 73 of file SystemInfo.h.

◆ cpuLoad15

double yarp::os::SystemInfo::LoadInfo::cpuLoad15

Definition at line 75 of file SystemInfo.h.

◆ cpuLoad5

double yarp::os::SystemInfo::LoadInfo::cpuLoad5

Definition at line 74 of file SystemInfo.h.

◆ cpuLoadInstant

int yarp::os::SystemInfo::LoadInfo::cpuLoadInstant

Definition at line 76 of file SystemInfo.h.


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