public static final class MemoryTracer.Payload extends Object
ProfilerNode. Holds information about
allocation events.| Modifier and Type | Method and Description |
|---|---|
List<MemoryTracer.AllocationEventInfo> |
getEvents() |
long |
getTotalAllocations() |
void |
incrementTotalAllocations()
Increases the number of total allocations recorded while the associated element was on
the shadow stack.
|
public long getTotalAllocations()
public void incrementTotalAllocations()
public List<MemoryTracer.AllocationEventInfo> getEvents()
allocation events that
happened while the associated element was at the top of the shadow stack.