Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
93fc4148eccad56cd5774d8f20cf9ed2f549939a
/
.
/
libs
/
libvtrutil
/
src
/
vtr_rusage.h
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