Public Member Functions | |
size_t | getPeakRSS () |
size_t | getCurrentRSS () |
Definition at line 38 of file rsstools.hh.
size_t rsstools::getCurrentRSS | ( | ) |
Returns the current resident set size (physical memory use) measured in bytes, or zero if the value cannot be determined on this OS.
Definition at line 59 of file rsstools.cc.
size_t rsstools::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.
Definition at line 17 of file rsstools.cc.