uvw 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvw::cpu_info Struct Reference

CPU information. More...

#include <util.h>

Public Attributes

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

Detailed Description

CPU information.

Definition at line 222 of file util.h.

Member Data Documentation

◆ model

std::string uvw::cpu_info::model

The model of the CPU.

Definition at line 225 of file util.h.

◆ speed

int uvw::cpu_info::speed

The frequency of the CPU.

Definition at line 226 of file util.h.

◆ times

cpu_time uvw::cpu_info::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 234 of file util.h.


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