public class ProfileNode extends Object
| Constructor and Description |
|---|
ProfileNode() |
| Modifier and Type | Method and Description |
|---|---|
CallFrame |
getCallFrame()
Function location.
|
List<Integer> |
getChildren()
Child node ids.
|
String |
getDeoptReason()
The reason of being not optimized.
|
Integer |
getHitCount()
Number of samples where this node was on top of the call stack.
|
Integer |
getId()
Unique id of the node.
|
List<PositionTickInfo> |
getPositionTicks()
An array of source position ticks.
|
void |
setCallFrame(CallFrame callFrame)
Function location.
|
void |
setChildren(List<Integer> children)
Child node ids.
|
void |
setDeoptReason(String deoptReason)
The reason of being not optimized.
|
void |
setHitCount(Integer hitCount)
Number of samples where this node was on top of the call stack.
|
void |
setId(Integer id)
Unique id of the node.
|
void |
setPositionTicks(List<PositionTickInfo> positionTicks)
An array of source position ticks.
|
public Integer getId()
public void setId(Integer id)
public CallFrame getCallFrame()
public void setCallFrame(CallFrame callFrame)
public Integer getHitCount()
public void setHitCount(Integer hitCount)
public String getDeoptReason()
public void setDeoptReason(String deoptReason)
public List<PositionTickInfo> getPositionTicks()
public void setPositionTicks(List<PositionTickInfo> positionTicks)
Copyright © 2020. All rights reserved.