This namespace contains routines that read specifications of the machine in use. More...
Typedefs | |
| using | MemUsage_t = unsigned long long |
| Amount of memory used, in bytes. | |
Functions | |
| MemUsage_t | getProcessMemoryUsage () |
| Get the amount of memory the current process is using. This should work on major platforms (Windows, Mac OS, Linux) | |
| std::string | getHostname () |
| Get the hostname of the machine in use. | |
| std::string | getCPUInfo () |
| Get information about the CPU of the machine in use. | |
Detailed Description
This namespace contains routines that read specifications of the machine in use.