Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders | |
org.openjdk.jmc.flightrecorder.stacktrace |
Modifier and Type | Method and Description |
---|---|
static String |
StacktraceDataProvider.getRelevantTraceHtmlList(StacktraceModel.Branch branch,
int rootItems)
Generates an HTML representation of a given stack trace branch as an unordered list.
|
Modifier and Type | Method and Description |
---|---|
StacktraceModel.Branch |
StacktraceFrame.getBranch() |
StacktraceModel.Branch |
StacktraceModel.Fork.getBranch(int branchIndex) |
StacktraceModel.Branch[] |
StacktraceModel.Fork.getBranches() |
StacktraceModel.Branch |
StacktraceModel.Fork.getParentBranch() |
StacktraceModel.Branch |
StacktraceModel.Fork.getSelectedBranch()
Deprecated.
Will eventually be moved to UI code
|
StacktraceModel.Branch |
StacktraceModel.Branch.selectSibling(Integer siblingOffset)
Deprecated.
Will eventually be moved to UI code
|
Copyright © 2020. All rights reserved.