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

Method GetExecSummary

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

Source from the content-addressed store, hash-verified

1760}
1761
1762void RuntimeProfile::GetExecSummary(TExecSummary* t_exec_summary) const {
1763 lock_guard<SpinLock> l(t_exec_summary_lock_);
1764 *t_exec_summary = t_exec_summary_;
1765}
1766
1767void RuntimeProfile::GetTimeline(string* output) const {
1768 DCHECK(output != nullptr);

Callers 4

test_get_exec_summaryMethod · 0.45
get_exec_summaryMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_get_exec_summaryMethod · 0.36
TESTFunction · 0.36