Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.stacktrace |
Modifier and Type | Field and Description |
---|---|
private FrameSeparator |
StacktraceModel.frameSeparator |
Modifier and Type | Method and Description |
---|---|
private static StacktraceModel.FrameEntry |
StacktraceModel.findEntryForFrame(SimpleArray<StacktraceModel.FrameEntry> entries,
IMCFrame frame,
FrameSeparator frameSeparator)
Find or create a matching FrameEntry for a frame.
|
static java.lang.String |
StacktraceFormatToolkit.formatFrame(IMCFrame frame,
FrameSeparator frameSeparator)
Return a text representation of a frame with only the information that is relevant according
to the frame categorization.
|
static java.lang.String |
StacktraceFormatToolkit.formatFrame(IMCFrame frame,
FrameSeparator frameSeparator,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage)
Return a text representation of a frame with only the information that is relevant according
to the frame categorization.
|
Constructor and Description |
---|
StacktraceModel(boolean threadRootAtTop,
FrameSeparator frameSeparator,
IItemCollection items) |