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

Method GetTextDescription

be/src/util/malloc-util-libc.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 std::string GetTextDescription() const override {
57 std::stringstream ss;
58 ss << GetName() << " doesn't support a text description.";
59 return ss.str();
60 }
61
62 Status RegisterMemoryMetrics(MetricGroup* metrics) override {
63 LibcMallocMetric::RESIDENT_SET_SIZE = metrics->RegisterMetric(

Callers 2

ExecuteQueryHelperMethod · 0.45
AddTCmallocOverviewFunction · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected