Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.stacktrace |
Modifier and Type | Field and Description |
---|---|
private StacktraceModel.Fork |
StacktraceModel.Branch.branchEnding |
private StacktraceModel.Fork |
StacktraceModel.Branch.parentFork |
private StacktraceModel.Fork |
StacktraceModel.rootFork |
Modifier and Type | Method and Description |
---|---|
StacktraceModel.Fork |
StacktraceModel.Branch.getEndFork() |
StacktraceModel.Fork |
StacktraceModel.Branch.getParentFork() |
StacktraceModel.Fork |
StacktraceModel.getRootFork()
Return the root fork which contains either top frames or thread roots, depending on the model
configuration
(
threadRootAtTop ). |
Constructor and Description |
---|
Branch(StacktraceModel.Fork parent,
SimpleArray<IItem> items,
IMCFrame frame,
int siblingIndex,
int itemOffsetInFork) |