uvw 2.12.1
Loading...
Searching...
No Matches
uvw::CPUInfo Struct Reference

CPU information. More...

#include <util.h>

Public Attributes

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

Detailed Description

CPU information.

Definition at line 340 of file util.h.

Member Data Documentation

◆ model

std::string uvw::CPUInfo::model

The model of the CPU.

Definition at line 343 of file util.h.

◆ speed

int uvw::CPUInfo::speed

The frequency of the CPU.

Definition at line 344 of file util.h.

◆ 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 352 of file util.h.


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