yiguolei commented on code in PR #24881:
URL: https://github.com/apache/doris/pull/24881#discussion_r1336798575


##########
be/src/util/runtime_profile.h:
##########
@@ -276,11 +285,15 @@ class RuntimeProfile {
     // parent_counter_name.
     // If the counter already exists, the existing counter object is returned.
     Counter* add_counter(const std::string& name, TUnit::type type,
-                         const std::string& parent_counter_name);
+                         const std::string& parent_counter_name, int64_t level 
= 2);
     Counter* add_counter(const std::string& name, TUnit::type type) {
         return add_counter(name, type, "");
     }
 
+    Counter* add_counter_with_levle(const std::string& name, TUnit::type type, 
int64_t level) {

Review Comment:
   typo error



-- 
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