public interface ClassHistogramData extends DoubleEvent
Modifier and Type | Method and Description |
---|---|
long |
getClassCount()
Gets the number of instances of the class.
|
java.lang.String |
getClassName()
Gets the loaded class name.
|
long |
getClassSize()
Gets the total size on the heap that is used by all the instances of this class.
|
getValue
java.lang.String getClassName()
long getClassCount()
long getClassSize()