heap analysis related to object present in different regions

Questions about YourKit Java Profiler
Post Reply
abhishek
Posts: 59
Joined: Tue May 13, 2014 7:37 am

heap analysis related to object present in different regions

Post by abhishek »

Does yourkit provides clear and detail level of heap profiling in different regions of heap memory like eden ,survivor space? can user also select individual area like eden space only and do the profiling.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: heap analysis related to object present in different reg

Post by Anton Katilin »

Per-pool memory usage is shown in the memory telemetry:
http://www.yourkit.com/docs/java/help/m ... emetry.jsp
abhishek
Posts: 59
Joined: Tue May 13, 2014 7:37 am

Re: heap analysis related to object present in different reg

Post by abhishek »

i am using yourkit version 8.0.30.is this feature absent in older version??
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: heap analysis related to object present in different reg

Post by Anton Katilin »

Yes, it was introduced after 8.0.x. The version 8.0.x is out of support now and should be used for Java 5 only, which has reached its End Of Life years ago.
Post Reply