Class MethodProfilingRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMethodProfilingRule.MethodProfilingWindowResult
-
Field Summary
Fields Modifier and Type Field Description static TypedPreference<String>EXCLUDED_PACKAGE_REGEXPstatic TypedCollectionResult<MethodProfilingRule.MethodProfilingWindowResult>INTERESTING_METHODSstatic ContentType<MethodProfilingRule.MethodProfilingWindowResult>METHOD_PROFILING_WINDOW_RESULTstatic TypedResult<IMCMethod>MOST_INTERESTING_METHODstatic TypedResult<IMCStackTrace>MOST_INTERESTING_STACKTRACEstatic TypedResult<IRange<IQuantity>>MOST_INTERESTING_WINDOWstatic TypedResult<IQuantity>RATIO_OF_ACTUAL_SAMPLESstatic TypedResult<IQuantity>RATIO_OF_ALL_POSSIBLE_SAMPLESstatic TypedPreference<IQuantity>WINDOW_SIZE
-
Constructor Summary
Constructors Constructor Description MethodProfilingRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnableFuture<IResult>createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)Collection<TypedPreference<?>>getConfigurationAttributes()StringgetId()StringgetName()Map<String,RulesToolkit.EventAvailability>getRequiredEvents()Collection<TypedResult<?>>getResults()StringgetTopic()
-
-
-
Field Detail
-
METHOD_PROFILING_WINDOW_RESULT
public static final ContentType<MethodProfilingRule.MethodProfilingWindowResult> METHOD_PROFILING_WINDOW_RESULT
-
MOST_INTERESTING_METHOD
public static final TypedResult<IMCMethod> MOST_INTERESTING_METHOD
-
MOST_INTERESTING_STACKTRACE
public static final TypedResult<IMCStackTrace> MOST_INTERESTING_STACKTRACE
-
RATIO_OF_ALL_POSSIBLE_SAMPLES
public static final TypedResult<IQuantity> RATIO_OF_ALL_POSSIBLE_SAMPLES
-
RATIO_OF_ACTUAL_SAMPLES
public static final TypedResult<IQuantity> RATIO_OF_ACTUAL_SAMPLES
-
MOST_INTERESTING_WINDOW
public static final TypedResult<IRange<IQuantity>> MOST_INTERESTING_WINDOW
-
INTERESTING_METHODS
public static final TypedCollectionResult<MethodProfilingRule.MethodProfilingWindowResult> INTERESTING_METHODS
-
WINDOW_SIZE
public static final TypedPreference<IQuantity> WINDOW_SIZE
-
EXCLUDED_PACKAGE_REGEXP
public static final TypedPreference<String> EXCLUDED_PACKAGE_REGEXP
-
-
Method Detail
-
createEvaluation
public RunnableFuture<IResult> createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)
- Specified by:
createEvaluationin interfaceIRule
-
getConfigurationAttributes
public Collection<TypedPreference<?>> getConfigurationAttributes()
- Specified by:
getConfigurationAttributesin interfaceIRule
-
getRequiredEvents
public Map<String,RulesToolkit.EventAvailability> getRequiredEvents()
- Specified by:
getRequiredEventsin interfaceIRule
-
getResults
public Collection<TypedResult<?>> getResults()
- Specified by:
getResultsin interfaceIRule
-
-