|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <SystemMetrics.hpp>
Static Public Member Functions | |
| static void | Initialize () |
| static SystemMetricsData | Query () |
| Reads the current CPU/RAM/GPU usage from the OS. | |
| static void | Shutdown () |
Polls platform-specific counters (PDH on Windows, /proc on Linux) for CPU/RAM/GPU usage.
Definition at line 18 of file SystemMetrics.hpp.
|
static |
Definition at line 106 of file SystemMetrics.cpp.
|
static |
Reads the current CPU/RAM/GPU usage from the OS.
Definition at line 114 of file SystemMetrics.cpp.
|
static |
Definition at line 110 of file SystemMetrics.cpp.