(BROKEN) Lib initit not working + started cuda information for GPUs

This commit is contained in:
Ben
2018-12-19 17:22:20 +00:00
parent ee4a95ec5e
commit 9c6bb25663
9 changed files with 44 additions and 17 deletions

View File

@@ -42,11 +42,11 @@ public:
double CPU_PERCENT(int core);
std::vector<double> CPU_CORE_PERCENT();
bool m_isPolling;
virtual ~CPU();
private:
std::thread* m_pollThread;
bool m_isPolling;
};
static CPU* CPU_Instance;