A simple class to retrieve memory usage information. More...
#include <pmp/MemoryUsage.h>
Static Public Member Functions | |
static size_t | max_size () |
Get the maximum memory size the application has used so far. More... | |
static size_t | current_size () |
Get the currently used memory. More... | |
A simple class to retrieve memory usage information.
|
static |
Get the currently used memory.
|
static |
Get the maximum memory size the application has used so far.