MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

util/system/rusage.h:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 static size_t GetCurrentRSS();
20
21 static TRusage Get() {
22 TRusage r;
23 r.Fill();
24 return r;
25 }
26};

Callers

nothing calls this directly

Calls 1

FillMethod · 0.45

Tested by

no test coverage detected