How to get current CPU and RAM usage in C++? -


Is it possible, in C ++, to get current RAM and CPU usage? Is there a platform-ineffective function call?

is an open source library that gives these (more system information contents) to many platforms:

I have used it in very large projects and it works fine (excluding cases of some corner of OS X etc.)


Comments