public interface ObjectAllocationEvent
Modifier and Type | Method and Description |
---|---|
long |
getAllocationSize()
Returns the size of this allocation, in bytes.
|
java.lang.String |
getCallStack()
Returns a comma separated call stack for the object allocation event.
|
long |
getEventTime()
Returns the time, in milliseconds since epoch, when this allocation occurred.
|
java.lang.String |
getObjectName()
Returns the object name for this allocation event.
|
java.lang.String getCallStack()
java.lang.String getObjectName()
long getEventTime()
long getAllocationSize()