Wildmeshing Toolkit
|
#include "getRSS.h"
Go to the source code of this file.
Namespaces | |
wmtk | |
Functions | |
size_t | wmtk::getPeakRSS () |
Returns the peak (maximum so far) resident set size (physical memory use) measured in bytes, or zero if the value cannot be determined on this OS. More... | |
size_t | wmtk::getCurrentRSS () |
Returns the current resident set size (physical memory use) measured in bytes, or zero if the value cannot be determined on this OS. More... | |