oracle / oracle/visualvm

"Reverse Call" childrens "Total Time" is wrong

Open
#346 4 comments 0 reactions 1 assignee View on GitHub

@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.
image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.