1#ifndef POLYFEM_UTILS_GETRSS_H
2#define POLYFEM_UTILS_GETRSS_H
size_t getCurrentRSS()
Returns the current resident set size (physical memory use) measured in bytes, or zero if the value c...
size_t getPeakRSS()
Returns the peak (maximum so far) resident set size (physical memory use) measured in bytes,...