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

Method consumption

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

Returns the memory consumed in bytes.

Source from the content-addressed store, hash-verified

300
301 /// Returns the memory consumed in bytes.
302 int64_t consumption() const { return consumption_->current_value(); }
303
304 /// Note that if consumption_ is based on consumption_metric_, this will the max value
305 /// we've recorded in consumption(), not necessarily the highest value

Callers 15

GetQueryExecRequestMethod · 0.45
UpdateMemTrackerStatsMethod · 0.45
CloseMethod · 0.45
RejectTooBusyMethod · 0.45
QueueInboundCallMethod · 0.45
ToJsonMethod · 0.45
ReleaseResourcesMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

current_valueMethod · 0.45

Tested by 9

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
ValidateDictFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36