public interface AllocationHotspots
This object is returned by Connection.getAllocationHotspots
for
selected classes
and for a selected package
.
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfilingValue> |
getAllocationHotspots()
Returns the hot spot values.
|
long |
getTotalSize()
Returns the total size in bytes of all recorded objects that are included in this data object.
|
long getTotalSize()
java.util.List<ProfilingValue> getAllocationHotspots()
ProfilingValue
objects
depends on the aggregation level that was specified for the calculation of the allocation hot spots.