Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules.jdk.latency |
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 void |
MethodProfilingRule.populateSettingsMap(IItemCollection items,
MethodProfilingRule.PeriodRangeMap settings)
Populates the settings map with all the period settings for the execution sample event found
in this recording.
|