Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules.jdk.latency |
Modifier and Type | Field and Description |
---|---|
static TypedCollectionResult<MethodProfilingRule.MethodProfilingWindowResult> |
MethodProfilingRule.INTERESTING_METHODS |
static ContentType<MethodProfilingRule.MethodProfilingWindowResult> |
MethodProfilingRule.METHOD_PROFILING_WINDOW_RESULT |
Modifier and Type | Method and Description |
---|---|
private Pair<MethodProfilingRule.MethodProfilingWindowResult,java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult>> |
MethodProfilingRule.getInterestingMethods(java.util.List<MethodProfilingRule.MethodProfilingWindowResult> windowResults) |
private Pair<MethodProfilingRule.MethodProfilingWindowResult,java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult>> |
MethodProfilingRule.getInterestingMethods(java.util.List<MethodProfilingRule.MethodProfilingWindowResult> windowResults) |
Modifier and Type | Method and Description |
---|---|
private SlidingWindowToolkit.IUnorderedWindowVisitor |
MethodProfilingRule.createWindowVisitor(MethodProfilingRule.PeriodRangeMap settings,
IItemFilter settingsFilter,
IQuantity windowSize,
java.util.List<MethodProfilingRule.MethodProfilingWindowResult> rawScores,
java.util.concurrent.FutureTask<IResult> evaluationTask,
java.util.regex.Pattern excludes)
Creates an IUnorderedWindowVisitor that is called on each slice in the recording and
generates the scores for each slice and places them in the rawScores list.
|
private Pair<MethodProfilingRule.MethodProfilingWindowResult,java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult>> |
MethodProfilingRule.getInterestingMethods(java.util.List<MethodProfilingRule.MethodProfilingWindowResult> windowResults) |