Wildmeshing Toolkit
getRSS.h
Go to the documentation of this file.
1 namespace wmtk {
2 
3 
9 size_t getPeakRSS();
10 
15 size_t getCurrentRSS();
16 
17 } // namespace wmtk
Definition: Accessor.hpp:6
size_t getPeakRSS()
Returns the peak (maximum so far) resident set size (physical memory use) measured in bytes,...
Definition: getRSS.cpp:44
size_t getCurrentRSS()
Returns the current resident set size (physical memory use) measured in bytes, or zero if the value c...
Definition: getRSS.cpp:87