Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
libs
/
libvtrutil
/
src
/
vtr_rusage.h
blob: cf179abe77b45f4fe3dade8c2e09749ff31bf0db [
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
();
}
// namespace vtr
#endif