![]() |
Raven Engine v0.1
|
Overall hardware info: CPU, cores, RAM, caps. More...
#include <Hardware.h>
Public Attributes | |
| std::string | CPUBrand |
| Human-readable CPU name. | |
| u32 | LogicalCores |
| Number of logical CPU threads. | |
| u64 | TotalRAM |
| Total physical memory in bytes. | |
| Capabilities | Caps |
| Instruction-set capabilities. | |
Overall hardware info: CPU, cores, RAM, caps.
| Capabilities Raven::Hardware::HardwareInfo::Caps |
Instruction-set capabilities.
| std::string Raven::Hardware::HardwareInfo::CPUBrand |
Human-readable CPU name.
| u32 Raven::Hardware::HardwareInfo::LogicalCores |
Number of logical CPU threads.
| u64 Raven::Hardware::HardwareInfo::TotalRAM |
Total physical memory in bytes.