Loading...
Searching...
No Matches
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.
Typedef Documentation
◆ MemUsage_t
using ompl::machine::MemUsage_t = unsigned long long |
Amount of memory used, in bytes.
Definition at line 48 of file MachineSpecs.h.