[feature](profile) make WaitForLocalExchangeBuffer timer merge (#32946)
make WaitForLocalExchangeBuffer timer merge
This commit is contained in:
@ -197,8 +197,9 @@ Status ExchangeSinkLocalState::init(RuntimeState* state, LocalSinkStateInfo& inf
|
||||
if (channel->is_local()) {
|
||||
_local_channels_dependency[dep_id] = channel->get_local_channel_dependency();
|
||||
DCHECK(_local_channels_dependency[dep_id] != nullptr);
|
||||
_wait_channel_timer[dep_id] = ADD_CHILD_TIMER(
|
||||
_profile, fmt::format("WaitForLocalExchangeBuffer{}", dep_id), timer_name);
|
||||
_wait_channel_timer[dep_id] = ADD_CHILD_TIMER_WITH_LEVEL(
|
||||
_profile, fmt::format("WaitForLocalExchangeBuffer{}", dep_id), timer_name,
|
||||
1);
|
||||
dep_id++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user