Class MemoryTracer.AllocationEventInfo

java.lang.Object
com.oracle.truffle.tools.profiler.MemoryTracer.AllocationEventInfo
Enclosing class:
MemoryTracer

public static final class MemoryTracer.AllocationEventInfo extends Object
Stores informatino about a single AllocationEvent.
Since:
0.30
  • Method Details

    • getLanguage

      public com.oracle.truffle.api.nodes.LanguageInfo getLanguage()
      Returns:
      The language from which the allocation originated
      Since:
      0.30
    • getAllocated

      public long getAllocated()
      Returns:
      the amount of memory that was allocated
      Since:
      0.30
    • isReallocation

      public boolean isReallocation()
      Returns:
      Whether the allocation was a re-allocation
      Since:
      0.30
    • getMetaObjectString

      public String getMetaObjectString()
      Since:
      0.30