| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder.stacktrace |
| Modifier and Type | Method and Description |
|---|---|
static 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 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) |
Copyright © 2020. All rights reserved.