Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules.jdk.latency |
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 java.lang.String |
MethodProfilingRule.buildResultList(java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult> percentByMethod) |
private SlidingWindowToolkit.IUnorderedWindowVisitor |
MethodProfilingRule.createWindowVisitor(MethodProfilingRule.PeriodRangeMap settings,
IItemFilter settingsFilter,
IQuantity windowSize,
java.util.List<MethodProfilingRule.MethodProfilingWindowResult> rawScores,
java.util.concurrent.FutureTask<Result> 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) |