"Reverse Call" childrens "Total Time" is wrong
Open
@thurka is already working on this.
Since Sep 22, 2021.
bug
- Dominant language
- Java
- Stars
- 3.3k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
The "Total Time" in the "Reverse Call" View does show the "Self Time" instead of the "Total Time".
Happens for children in the View only, while the main nodes do show the correct "Total Time".
Since the Self Time is mostly 0 for every children that value is not helpfull for finding the most influencing Caller.

Please either fix the childrens value to show "Total Time" or add additional columns for "Self Time" and "Self Time (CPU)" in the Reverse Call.
Workaround: order by Hits and use "Find in hotspots" for every children to get the Total Time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.