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

Method profile

be/src/runtime/fragment-instance-state.cc:709–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709RuntimeProfile* FragmentInstanceState::profile() const {
710 return runtime_state_->runtime_profile();
711}
712
713void FragmentInstanceState::PrintVolumeIds() {
714 if (instance_ctx_pb_.per_node_scan_ranges().empty()) return;

Callers 3

PrepareMethod · 0.45
WaitForRpcLockedMethod · 0.45
InitCountersMethod · 0.45

Calls 1

runtime_profileMethod · 0.45

Tested by

no test coverage detected