Feature Request: Show hot spots by Time and Own Time

Questions about YourKit Java Profiler
Post Reply
Andrew
Posts: 3
Joined: Thu Apr 08, 2021 8:29 am

Feature Request: Show hot spots by Time and Own Time

Post by Andrew »

Hi, I'd find it really useful to be able to see and sort hot spots by Own Time. If you open the image below I've drawn what I mean.

Thanks!

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

Re: Feature Request: Show hot spots by Time and Own Time

Post by Anton Katilin »

Hello Andrew,

"Hot Spots" view already shows methods with significant own time, so showing the Own time column in addition to the Time column would not make sense, because both would show same or very close results. Sorting this view by time is the same as sorting it by own time.
https://www.yourkit.com/docs/java/help/ ... _spots.jsp

Compare it with the "Method list" view which shows all methods. This view has "Time" and "Own time" columns.
https://www.yourkit.com/docs/java/help/ ... d_list.jsp

"Hot spots" can be seen as a reduced version of the "Method list" with methods included by the own time criteria.
Andrew
Posts: 3
Joined: Thu Apr 08, 2021 8:29 am

Re: Feature Request: Show hot spots by Time and Own Time

Post by Andrew »

Anton Katilin wrote: Compare it with the "Method list" view which shows all methods. This view has "Time" and "Own time" columns.
https://www.yourkit.com/docs/java/help/ ... d_list.jsp

"Hot spots" can be seen as a reduced version of the "Method list" with methods included by the own time criteria.
Thanks Anton, that's what I was looking for!
Post Reply