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

Method ProfileEntryPrototype

be/src/util/runtime-profile.cc:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149ProfileEntryPrototype::ProfileEntryPrototype(const char* name, Significance significance,
150 const char* desc, TUnit::type unit) :
151 name_(name), significance_(significance), desc_(desc),
152 unit_(unit) {
153 ProfileEntryPrototypeRegistry::get()->AddPrototype(this);
154}
155
156const char* ProfileEntryPrototype::SignificanceString(
157 ProfileEntryPrototype::Significance significance) {

Callers

nothing calls this directly

Calls 1

AddPrototypeMethod · 0.80

Tested by

no test coverage detected