|
Wildmeshing Toolkit
|
#include "getRSS.h"Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| 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. | |