| 1618 | } |
| 1619 | |
| 1620 | void RuntimeProfile::SetTExecSummary(const TExecSummary& summary) { |
| 1621 | lock_guard<SpinLock> l(t_exec_summary_lock_); |
| 1622 | t_exec_summary_ = summary; |
| 1623 | } |
| 1624 | |
| 1625 | void RuntimeProfileBase::ToThrift(TRuntimeProfileTree* tree) const { |
| 1626 | tree->nodes.clear(); |
no outgoing calls