Class ProfileNode


  • public class ProfileNode
    extends java.lang.Object
    • Constructor Detail

      • ProfileNode

        public ProfileNode​(int id,
                           CallFrame callFrame,
                           java.lang.Integer hitCount,
                           java.util.List<java.lang.Integer> children,
                           java.lang.String deoptReason,
                           java.util.List<PositionTickInfo> positionTicks)
    • Method Detail

      • getId

        public int getId()
      • getCallFrame

        public CallFrame getCallFrame()
      • getHitCount

        public int getHitCount()
      • getChildren

        public java.util.List<java.lang.Integer> getChildren()
      • getDeoptReason

        public java.lang.String getDeoptReason()