What do the icons mean?

Questions about YourKit Java Profiler
Post Reply
wcrisman
Posts: 4
Joined: Mon Sep 27, 2004 11:40 pm

What do the icons mean?

Post by wcrisman »

I am looking at incoming references to all instances of a class and I see various icons between the "of" and the name of the class whose instance is referencing my selected instance. There appears to be an orange A, an orange O and a blue C. Also some icons have dots in the lower left. I couldn't find anything in the help system that indicated what these icons are supposed to tell me. Anyone have any idea?
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

O - object
A - array
C - class

You can find legend for dots, for example, is located at "All Objects" view. Dots are used to make objects with known allocation point and "new" objects in snapshot diff.
Post Reply