Uses of Class
org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule.PeriodRangeMap
-
Packages that use MethodProfilingRule.PeriodRangeMap Package Description org.openjdk.jmc.flightrecorder.rules.jdk.latency -
-
Uses of MethodProfilingRule.PeriodRangeMap in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.latency with parameters of type MethodProfilingRule.PeriodRangeMap Modifier and Type Method Description 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 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.
-