Windows Use vector for performance counter data allocation

This commit is contained in:
Megamouse 2023-05-18 00:10:49 +02:00
parent f8009451a9
commit 4fd21f7764
2 changed files with 31 additions and 18 deletions

View file

@ -28,6 +28,7 @@ namespace utils
public:
cpu_stats();
~cpu_stats();
double get_usage();