Gabriel39 commented on code in PR #24656: URL: https://github.com/apache/doris/pull/24656#discussion_r1332456878
########## be/src/pipeline/exec/multi_cast_data_stream_source.cpp: ########## @@ -124,4 +125,45 @@ RuntimeProfile* MultiCastDataStreamerSourceOperator::get_runtime_profile() const return _multi_cast_data_streamer->profile(); } +Status MultiCastDataStreamSourceLocalState::init(RuntimeState* state, LocalStateInfo& info) { + RETURN_IF_ERROR(Base::init(state, info)); + SCOPED_TIMER(profile()->total_time_counter()); Review Comment: Also `SCOPED_TIMER(_open_timer);` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org