Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules |
This package contains interfaces and classes for working with Rules and RuleResults.
|
org.openjdk.jmc.flightrecorder.stacktrace | |
org.openjdk.jmc.flightrecorder.stacktrace.graph | |
org.openjdk.jmc.flightrecorder.stacktrace.tree |
Modifier and Type | Field and Description |
---|---|
private static FrameSeparator |
ResultToolkit.DEFAULT_SEPARATOR |
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) |
Modifier and Type | Field and Description |
---|---|
static FrameSeparator |
GraphModelUtils.DEFAULT_FRAME_SEPARATOR |
private FrameSeparator |
StacktraceGraphModel.frameSeparator |
private FrameSeparator |
AggregatableFrame.separator |
Constructor and Description |
---|
AggregatableFrame(FrameSeparator separator,
IMCFrame frame)
Constructor.
|
StacktraceGraphModel(FrameSeparator frameSeparator,
IItemCollection items,
IAttribute<IQuantity> attribute)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private static FrameSeparator |
StacktraceTreeModel.DEFAULT_FRAME_SEPARATOR |
private FrameSeparator |
StacktraceTreeModel.frameSeparator |
private FrameSeparator |
AggregatableFrame.separator |
Constructor and 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.
|