Modifier and Type | Field and Description |
---|---|
static ContentType<IMCStackTrace> |
UnitLookup.STACKTRACE |
Modifier and Type | Class and Description |
---|---|
class |
MCStackTrace
Base class for stack traces.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCStackTrace trace)
Get a human readable string representing a stack trace, displays all available information.
|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCStackTrace trace,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage,
int maximumVisibleStackTraceElements,
java.lang.String indent,
java.lang.String linePrefix,
java.lang.String lineSeparator)
Get a human readable string representing a stack trace.
|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCStackTrace trace,
java.lang.String indent,
java.lang.String linePrefix,
java.lang.String lineSeparator)
Get a human readable string representing a stack trace, displays all available information.
|
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCStackTrace> |
JfrAttributes.EVENT_STACKTRACE |
Modifier and Type | Method and Description |
---|---|
private void |
RecordingPrinter.printTrace(IMCStackTrace trace) |
Modifier and Type | Field and Description |
---|---|
private CanonicalConstantMap<IMCStackTrace> |
StackTraceFactory.traceMap |
Modifier and Type | Method and Description |
---|---|
IMCStackTrace |
StackTraceFactory.createObject(long identifier,
java.lang.Object o) |
private IMCStackTrace |
StackTraceFactory.createTrace(java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
ContentType<IMCStackTrace> |
StackTraceFactory.getContentType() |
Constructor and Description |
---|
StackTraceFactory(ValueDescriptor[] traceDescriptors,
CanonicalConstantMap<IMCStackTrace> traceMap) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StructTypes.JfrStackTrace |
Modifier and Type | Field and Description |
---|---|
private static IAttribute<IMCStackTrace> |
SyntheticAttributeExtension.EXECUTION_SAMPLES_STACKTRACE |
Modifier and Type | Field and Description |
---|---|
static IAccessorFactory<IMCStackTrace> |
MethodProfilingDataProvider.PATH_ACCESSOR_FACTORY |
Modifier and Type | Field and Description |
---|---|
private IMCStackTrace |
MethodProfilingRule.MethodProfilingWindowResult.path |
Modifier and Type | Field and Description |
---|---|
static TypedResult<IMCStackTrace> |
MethodProfilingRule.MOST_INTERESTING_STACKTRACE |
Modifier and Type | Method and Description |
---|---|
IMCStackTrace |
MethodProfilingRule.MethodProfilingWindowResult.getPath() |
Modifier and Type | Method and Description |
---|---|
private Pair<MethodProfilingRule.MethodProfilingWindowResult,java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult>> |
MethodProfilingRule.getInterestingMethods(java.util.List<MethodProfilingRule.MethodProfilingWindowResult> windowResults) |
Constructor and Description |
---|
MethodProfilingWindowResult(IMCMethod method,
IMCStackTrace path,
IQuantity ratio,
IQuantity actualRatio,
IRange<IQuantity> window) |
Modifier and Type | Field and Description |
---|---|
private IMemberAccessor<IMCStackTrace,IItem> |
StacktraceModel.accessor |
Modifier and Type | Method and Description |
---|---|
private void |
StacktraceGraphModel.addItem(IItem item,
IMemberAccessor<IMCStackTrace,IItem> stackTraceAccessor,
IMemberAccessor<IQuantity,IItem> quantityAccessor) |
Modifier and Type | Method and Description |
---|---|
private void |
StacktraceTreeModel.addItem(IItem item,
IMemberAccessor<IMCStackTrace,IItem> stacktraceAccessor,
IMemberAccessor<IQuantity,IItem> quantityAccessor) |