zclllyybb opened a new pull request, #64238: URL: https://github.com/apache/doris/pull/64238
### What problem does this PR solve? Issue Number: None Related PR: None Problem Summary: Runtime profiles had a CPU-time counter named MaxFindRecvrTime(NS), while the naming convention for CPU-time counters is to include CpuTime directly in the counter name. This makes it hard to distinguish CPU-time counters from wall-time counters by name. Rename the exchange receiver counter to MaxFindRecvrCpuTime(NS), keep existing TaskCpuTime and ScannerCpuTime names without an extra suffix, and cover the expected profile names in BE unit tests and the existing scanner profile regression test. -- 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]
