blob: 7ebd7868a7ad1763c79cd0e8c9204bbf0b2aebd1 [file] [log] [blame]
#ifndef VTR_RUSAGE_H
#define VTR_RUSAGE_H
#include <cstddef>
namespace vtr {
//Returns the maximum resident set size in bytes,
//or zero if unable to determine.
size_t get_max_rss();
}
#endif