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