CPU profiling Call Tree Time (ms) doesn't sum up.

Questions about YourKit Java Profiler
Post Reply
pinghuican
Posts: 2
Joined: Thu Dec 14, 2017 10:29 pm

CPU profiling Call Tree Time (ms) doesn't sum up.

Post by pinghuican »

The profiling result showed me a huge number for java.lang.Thread.run row, under "Call tree" -- Time (ms) column.

But if I expand the tree, the numbers under are way much smaller than that that huge number. For example, the total number is about 6,260,548 ms, but inside the biggest number is about 30,391, I can never sum up to get that huge 6,260,548 ms. I don't understand where the missing numbers are.

Can someone give me some hints?
pinghuican
Posts: 2
Joined: Thu Dec 14, 2017 10:29 pm

Re: CPU profiling Call Tree Time (ms) doesn't sum up.

Post by pinghuican »

The CPU profiling image for numbers:

Image
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: CPU profiling Call Tree Time (ms) doesn't sum up.

Post by Anton Katilin »

Hi,

Unfortunately, I can see no picture. Likely a broken link.

Nevertheless, this may be related with filters:
https://www.yourkit.com/docs/java/help/filters.jsp

Please try expanding filtered nodes ("<...>") or turn all filters off.
Post Reply