public interface NativeMemoryCategoryEvent extends BaseEvent
Modifier and Type | Method and Description |
---|---|
long |
getAllocatedDeep()
Gets the number of objects allocated for this category and all of its
subcategories.
|
long |
getAllocatedShallow()
Gets the number of objects allocated for this category only.
|
long |
getBytesDeep()
Gets the actual memory use for this category and all of its
subcategories.
|
long |
getBytesShallow()
Gets the actual memory use for this category only.
|
java.lang.String |
getName()
Gets the name of this memory category.
|
java.lang.String |
getParent()
Gets the parent category of this category.
|
getEventTime
java.lang.String getName()
long getAllocatedDeep()
long getAllocatedShallow()
long getBytesDeep()
long getBytesShallow()
java.lang.String getParent()