Uses of Class
org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
-
Packages that use FrameSeparator Package Description org.openjdk.jmc.flightrecorder.stacktrace org.openjdk.jmc.flightrecorder.stacktrace.graph org.openjdk.jmc.flightrecorder.stacktrace.tree -
-
Uses of FrameSeparator in org.openjdk.jmc.flightrecorder.stacktrace
Methods in org.openjdk.jmc.flightrecorder.stacktrace with parameters of type FrameSeparator Modifier and Type Method Description static java.lang.StringStacktraceFormatToolkit. 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.StringStacktraceFormatToolkit. 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) -
Uses of FrameSeparator in org.openjdk.jmc.flightrecorder.stacktrace.graph
Fields in org.openjdk.jmc.flightrecorder.stacktrace.graph declared as FrameSeparator Modifier and Type Field Description static FrameSeparatorGraphModelUtils. DEFAULT_FRAME_SEPARATORConstructors in org.openjdk.jmc.flightrecorder.stacktrace.graph with parameters of type FrameSeparator Constructor Description AggregatableFrame(FrameSeparator separator, IMCFrame frame)Constructor.StacktraceGraphModel(FrameSeparator frameSeparator, IItemCollection items, IAttribute<IQuantity> attribute)Constructor. -
Uses of FrameSeparator in org.openjdk.jmc.flightrecorder.stacktrace.tree
Constructors in org.openjdk.jmc.flightrecorder.stacktrace.tree with parameters of type FrameSeparator Constructor Description AggregatableFrame(FrameSeparator separator, IMCFrame frame)Constructor.StacktraceTreeModel(IItemCollection items, FrameSeparator frameSeparator)Builds a StacktraceTreeModel from a given collection of events with defaults: the thread root at the top and no value attribute (uses counts).StacktraceTreeModel(IItemCollection items, FrameSeparator frameSeparator, boolean invertedStacks)Builds a StacktraceTreeModel from a given collection of events with no attribute specified (uses occurrences to determine node weight).StacktraceTreeModel(IItemCollection items, FrameSeparator frameSeparator, boolean invertedStacks, IAttribute<IQuantity> attribute)Builds a StacktraceTreeModel from a given collection of events.
-