call tree the timings

Questions about YourKit Java Profiler
Post Reply
tusharbaronia
Posts: 2
Joined: Fri Aug 31, 2018 6:18 pm

call tree the timings

Post by tusharbaronia »

I found that in the call tree the timings of all the children do not add up to the total of the parent. Why this behavior? If it is duplicate please share the related thread link. Thanks
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: call tree the timings

Post by Vladimir Kondratyev »

Parent itself can consume time.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: call tree the timings

Post by Anton Katilin »

Also, some calls may be filtered out.
https://www.yourkit.com/docs/java/help/filters.jsp
tusharbaronia
Posts: 2
Joined: Fri Aug 31, 2018 6:18 pm

Re: call tree the timings

Post by tusharbaronia »

Thanks so much Anton and Vlad!
Post Reply