Uses of Class
org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
-
Packages that use FrameSeparator Package Description org.openjdk.jmc.flightrecorder.stacktrace -
-
Uses of FrameSeparator in org.openjdk.jmc.flightrecorder.stacktrace
Fields in org.openjdk.jmc.flightrecorder.stacktrace declared as FrameSeparator Modifier and Type Field Description private FrameSeparator
StacktraceModel. frameSeparator
Methods in org.openjdk.jmc.flightrecorder.stacktrace with parameters of type FrameSeparator Modifier and Type Method 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.Constructors in org.openjdk.jmc.flightrecorder.stacktrace with parameters of type FrameSeparator Constructor Description StacktraceModel(boolean threadRootAtTop, FrameSeparator frameSeparator, IItemCollection items)
-