Uses of Class
org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule.MethodProfilingWindowResult
-
Packages that use MethodProfilingRule.MethodProfilingWindowResult Package Description org.openjdk.jmc.flightrecorder.rules.jdk.latency -
-
Uses of MethodProfilingRule.MethodProfilingWindowResult in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.latency that return types with arguments of type MethodProfilingRule.MethodProfilingWindowResult Modifier and Type Method 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)Method parameters in org.openjdk.jmc.flightrecorder.rules.jdk.latency with type arguments of type MethodProfilingRule.MethodProfilingWindowResult Modifier and Type Method Description private java.lang.StringMethodProfilingRule. buildResultList(java.util.Map<IMCStackTrace,MethodProfilingRule.MethodProfilingWindowResult> percentByMethod)private SlidingWindowToolkit.IUnorderedWindowVisitorMethodProfilingRule. 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)
-