uvw  2.0.0
Public Attributes | List of all members
uvw::CPUInfo Struct Reference

CPU information. More...

#include <util.hpp>

Public Attributes

std::string model
 
int speed
 
CPUTime times
 CPU times. More...
 

Detailed Description

CPU information.

Definition at line 350 of file util.hpp.

Member Data Documentation

◆ model

std::string uvw::CPUInfo::model

The model of the CPU.

Definition at line 353 of file util.hpp.

◆ speed

int uvw::CPUInfo::speed

The frequency of the CPU.

Definition at line 354 of file util.hpp.

◆ times

CPUTime uvw::CPUInfo::times

CPU times.

It is built up of the following data members: user, nice, sys, idle, irq, all of them having type uint64_t.

Definition at line 362 of file util.hpp.


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