stdpain opened a new issue #6267:
URL: https://github.com/apache/incubator-doris/issues/6267
**To Reproduce**
```
// for any exec_node
runtime_profile()->add_child(TESTProfile, false, nullptr);
```
profile is
```
> XXXNode:
Profile1
TESTProfile
Profile2
```
**Expected behavior**
```
> XXXNode:
TESTProfile
Profile1
Profile2
```
--
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]