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

Function DefaultVerbosity

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

Source from the content-addressed store, hash-verified

128}
129
130static RuntimeProfile::Verbosity DefaultVerbosity() {
131 return FLAGS_gen_experimental_profile ? RuntimeProfile::Verbosity::DEFAULT :
132 RuntimeProfile::Verbosity::LEGACY;
133}
134
135void ProfileEntryPrototypeRegistry::AddPrototype(const ProfileEntryPrototype* prototype) {
136 lock_guard<SpinLock> l(lock_);

Callers 2

ToJsonMethod · 0.85
PrettyPrintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected