Class ProfileNode

java.lang.Object
com.oracle.truffle.tools.chromeinspector.types.ProfileNode

public final class ProfileNode extends Object
  • Constructor Details

    • ProfileNode

      public ProfileNode(int id, RuntimeCallFrame callFrame, long hitCount)
  • Method Details

    • getId

      public int getId()
    • getCallFrame

      public RuntimeCallFrame getCallFrame()
    • getHitCount

      public long getHitCount()
    • addChild

      public void addChild(int childId)