This namespace contains routines that read specifications of the machine in use. More...
Typedefs | |
| typedef unsigned long long | MemUsage_t |
| Amount of memory used, in bytes. | |
Functions | |
| std::string | getHostname (void) |
| Get the hostname of the machine in use. | |
| MemUsage_t | getProcessMemoryUsage (void) |
| Get the amount of memory the current process is using. This should work on major platforms (Windows, Mac OS, Linux). | |
This namespace contains routines that read specifications of the machine in use.
| typedef unsigned long long ompl::machine::MemUsage_t |
Amount of memory used, in bytes.
Definition at line 50 of file MachineSpecs.h.
| std::string ompl::machine::getHostname | ( | void | ) |
Get the hostname of the machine in use.
| MemUsage_t ompl::machine::getProcessMemoryUsage | ( | void | ) |
Get the amount of memory the current process is using. This should work on major platforms (Windows, Mac OS, Linux).