#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | ompl |
Main namespace. Contains everything in this library. | |
| namespace | ompl::machine |
This namespace contains routines that read specifications of the machine in use. | |
Typedefs | |
| typedef unsigned long long | ompl::machine::MemUsage_t |
| Amount of memory used, in bytes. | |
Functions | |
| 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). | |