AuroraRuntime/Include/Aurora/HWInfo
2022-06-12 18:28:51 +01:00
..
CpuBitId.hpp [*] Improve CpuId awareness through affinity 2022-03-16 18:15:57 +00:00
CpuBitId.inl [*] Fix CpuBitScanForward 2022-03-17 13:07:51 +00:00
CpuBitId.NT.inl [*] Improve CpuId awareness through affinity 2022-03-16 18:15:57 +00:00
CpuId.hpp [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
CpuInfo.hpp [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
HWInfo.hpp Initial Commit 2021-06-27 22:25:29 +01:00
RamInfo.hpp [*] mo better memory reporting info 2022-01-20 19:20:23 +00:00
RamStat.hpp [*] Aurora::Data refactor and more public header include clean up 2021-10-24 10:04:02 +01:00
README.md [+] NS readmes 2022-06-12 18:28:51 +01:00

AuHwInfo

Example Usage: HelloAurora/master/Tests/Public/1. Hello System/Main.cpp

Features

  • CpuBitId for working with processor bitmaps (up to 128 or 256 bit). Can also be used as oversized individual processor ids.
  • CpuId for pulling processor specific information fields
  • CpuInfo for pulling the physical topology of the CPU, cache information, and CpuId
  • Generic structure RamStat for defining % of memory used in bytes (u64 used, u64 available)
  • RamStat of: Process Commit (total virtual address space) and Blamed (private), System Commit (total commit/phys+swap or act limit), Physical Usage (phys)
  • Retrieve memory page size