Expand description
This module contains all structs thar hold information about the system.
Structs§
- Apple
SiCpu Features Info - Apple silicon specific CPU features.
- Cache
Info - Info about L1 (I & D), L2, and L3 cache.
- CpuInfo
- General CPU info.
- MacSys
Info - Abstraction over MacOS system info. Allows raw access to all obtained system configuration as well as convenient abstractions over them.
- MemInfo
- Memory (RAM) info.
- OsInfo
- Info about MacOS/software.
- X86_
64Cpu Features Info - x86 specific CPU features, like AVX.
Enums§
- CpuArchitecture
Info - Information about the CPU architecture. Because this library is Mac-specific, there is only X86_64 (since the beginning) and Apple Silicon (AppleSi) since late 2020.
- CpuFeatures
Info - Encapsulates the CPU features for the current processor.