MCPcopy Create free account
hub / github.com/apache/impala / peak_consumption

Method peak_consumption

be/src/runtime/mem-tracker.h:307–307  ·  view source on GitHub ↗

Note that if consumption_ is based on consumption_metric_, this will the max value we've recorded in consumption(), not necessarily the highest value consumption_metric_ has ever reached.

Source from the content-addressed store, hash-verified

305 /// we've recorded in consumption(), not necessarily the highest value
306 /// consumption_metric_ has ever reached.
307 int64_t peak_consumption() const { return consumption_->value(); }
308
309 MemTracker* parent() const { return parent_; }
310

Callers 8

CloseMethod · 0.45
ToJsonMethod · 0.45
TESTFunction · 0.45
ConstructReportMethod · 0.45
GetStatusReportMethod · 0.45
GetValueMethod · 0.45
TEST_PFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by 3

TESTFunction · 0.36
TEST_PFunction · 0.36