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

Method Update

library/cpp/chromium_trace/samplers.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void TMemInfoSampler::Update() {
26 auto memInfo = NMemInfo::GetMemInfo();
27 RSS.Update(memInfo.RSS);
28 VMS.Update(memInfo.VMS);
29}
30
31TProxySampler::TProxySampler(TIntrusivePtr<TSharedSamplerBase> impl)
32 : Impl(impl)

Callers 1

UpdateFromDataMethod · 0.45

Calls 5

GetMemInfoFunction · 0.85
TInstantClass · 0.85
ReadAllMethod · 0.80
MicroSecondsMethod · 0.45

Tested by

no test coverage detected