Package | Description |
---|---|
org.openjdk.jmc.common |
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.common.util | |
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.internal.parser.v0.factories | |
org.openjdk.jmc.flightrecorder.internal.parser.v1 | |
org.openjdk.jmc.flightrecorder.jdk | |
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders | |
org.openjdk.jmc.flightrecorder.rules.jdk.latency | |
org.openjdk.jmc.flightrecorder.rules.jdk.memory | |
org.openjdk.jmc.flightrecorder.stacktrace.graph | |
org.openjdk.jmc.flightrecorder.stacktrace.tree |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
IMCFrame.getMethod()
The method for the frame.
|
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCMethod> |
UnitLookup.METHOD |
Modifier and Type | Class and Description |
---|---|
class |
MCMethod
Base implementation of the
IMCMethod interface. |
Modifier and Type | Field and Description |
---|---|
private IMCMethod |
MCFrame.m_method |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
MCFrame.getMethod() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCMethod method)
Get a human readable string representing a method, displays all available information
|
static java.lang.String |
FormatToolkit.getHumanReadable(IMCMethod method,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage)
Get a human readable string representing a method.
|
Constructor and Description |
---|
MCFrame(IMCMethod method,
java.lang.Integer bci,
java.lang.Integer frameLineNumber,
IMCFrame.Type type)
Create a new frame instance.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
RecordingPrinter.stringifyMethod(IMCMethod method) |
Modifier and Type | Field and Description |
---|---|
private CanonicalConstantMap<IMCMethod> |
MethodFactory.methodMap |
Modifier and Type | Method and Description |
---|---|
private IMCMethod |
MethodFactory.createMethod(java.lang.Object[] o) |
IMCMethod |
MethodFactory.createObject(long identifier,
java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
ContentType<IMCMethod> |
MethodFactory.getContentType() |
Constructor and Description |
---|
MethodFactory(ValueDescriptor[] descriptors,
CanonicalConstantMap<IMCMethod> methodMap) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StructTypes.JfrMethod |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
StructTypes.JfrFrame.getMethod() |
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCMethod> |
JdkAttributes.COMPILER_METHOD |
static IAttribute<IMCMethod> |
JdkAttributes.STACK_TRACE_BOTTOM_METHOD |
static IAttribute<IMCMethod> |
JdkAttributes.STACK_TRACE_TOP_METHOD |
Modifier and Type | Field and Description |
---|---|
static IAccessorFactory<IMCMethod> |
MethodProfilingDataProvider.TOP_FRAME_ACCESSOR_FACTORY
A custom accessor used to get the top frame in a stack trace.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<IMCMethod> |
StacktraceDataProvider.getRelevantTraceList(StacktraceModel.Branch branch,
int rootItems)
Generates an HTML representation of a given stack trace branch as an unordered list.
|
Modifier and Type | Field and Description |
---|---|
private IMCMethod |
MethodProfilingRule.MethodProfilingWindowResult.method |
Modifier and Type | Field and Description |
---|---|
static TypedResult<IMCMethod> |
MethodProfilingRule.MOST_INTERESTING_METHOD |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
MethodProfilingRule.MethodProfilingWindowResult.getMethod() |
Constructor and Description |
---|
MethodProfilingWindowResult(IMCMethod method,
IMCStackTrace path,
IQuantity ratio,
IQuantity actualRatio,
IRange<IQuantity> window) |
Modifier and Type | Field and Description |
---|---|
static TypedCollectionResult<IMCMethod> |
AllocationByThreadRule.ALLOCATION_FRAMES |
static TypedCollectionResult<IMCMethod> |
AllocationByClassRule.ALLOCATION_FRAMES |
private static java.util.function.Predicate<IMCMethod> |
AutoBoxingRule.IS_AUTOBOXED_PREDICATE |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
AggregatableFrame.getMethod() |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
AggregatableFrame.getMethod() |