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

Method PrependChild

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

Source from the content-addressed store, hash-verified

956}
957
958void RuntimeProfile::PrependChild(RuntimeProfileBase* child, bool indent) {
959 lock_guard<SpinLock> l(children_lock_);
960 AddChildLocked(child, indent, children_.begin());
961}
962
963RuntimeProfile* RuntimeProfile::CreateChild(
964 const string& name, bool indent, bool prepend, bool add_default_counters) {

Callers 4

PrepareMethod · 0.80
PrepareMethod · 0.80
PrepareMethod · 0.80
TESTFunction · 0.80

Calls 1

beginMethod · 0.45

Tested by 1

TESTFunction · 0.64