CPU information.
More...
#include <util.h>
CPU information.
Definition at line 340 of file util.h.
◆ model
std::string uvw::CPUInfo::model |
The model of the CPU.
Definition at line 343 of file util.h.
◆ 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: