morningman commented on code in PR #48184:
URL: https://github.com/apache/doris/pull/48184#discussion_r2176317536


##########
be/src/pipeline/exec/operator.h:
##########
@@ -227,7 +235,9 @@ class PipelineXLocalStateBase {
     int64_t _num_rows_returned {0};
     int64_t _estimate_memory_usage {0};
 
-    std::unique_ptr<RuntimeProfile> _runtime_profile;
+    std::unique_ptr<RuntimeProfile> _operator_profile;
+    std::unique_ptr<RuntimeProfile> _common_profile;
+    std::unique_ptr<RuntimeProfile> _custom_profile;

Review Comment:
   Please add comment to explain these 3 profiles



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to