This namespace is used for memory profiling functions. More...
Functions | |
size_t | currentMemoryUsage () |
Reads the current RAM (VmRSS) usage from the operating system. | |
Variables | |
constexpr const char * | statusFileName = "/proc/self/status" |
path to status file of current process | |
This namespace is used for memory profiling functions.
size_t autopas::memoryProfiler::currentMemoryUsage | ( | ) |
Reads the current RAM (VmRSS) usage from the operating system.