You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "HappenLee (via GitHub)" <gi...@apache.org> on 2023/06/15 06:35:36 UTC

[GitHub] [doris] HappenLee commented on a diff in pull request #20825: [Chore](pipeline) add some profile log when pipeline canceled

HappenLee commented on code in PR #20825:
URL: https://github.com/apache/doris/pull/20825#discussion_r1230502614


##########
be/src/pipeline/pipeline_task.cpp:
##########
@@ -64,6 +65,8 @@ void PipelineTask::_init_profile() {
     _prepare_timer = ADD_CHILD_TIMER(_task_profile, "PrepareTime", exec_time);
     _open_timer = ADD_CHILD_TIMER(_task_profile, "OpenTime", exec_time);
     _get_block_timer = ADD_CHILD_TIMER(_task_profile, "GetBlockTime", exec_time);
+    _get_block_times_counter = ADD_COUNTER(_task_profile, "GetBlockTimes", TUnit::UNIT);

Review Comment:
   do not name times,‘GetBlockCounter’



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org