Uses of Class
org.openjdk.jmh.results.Result
-
Packages that use Result Package Description org.openjdk.jmh.profile org.openjdk.jmh.results -
-
Uses of Result in org.openjdk.jmh.profile
Subclasses of Result in org.openjdk.jmh.profile Modifier and Type Class Description static classStackProfiler.StackResultMethods in org.openjdk.jmh.profile that return types with arguments of type Result Modifier and Type Method Description Collection<? extends Result>AsyncProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult iterationResult)Collection<? extends Result>ClassloaderProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)Collection<? extends Result>CompilerProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)Collection<? extends Result>GCProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult iResult)Collection<? extends Result>InternalProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)Run this code after a benchmark iteration finishedCollection<? extends Result>JavaFlightRecorderProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult iterationResult)Collection<? extends Result>PausesProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)Collection<? extends Result>StackProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)Collection<? extends Result>AbstractPerfAsmProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>AsyncProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>DTraceAsmProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>ExternalProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Run this code after the trial is done.Collection<? extends Result>JavaFlightRecorderProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>LinuxPerfC2CProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>LinuxPerfNormProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>LinuxPerfProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>SafepointsProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>WinPerfAsmProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr) -
Uses of Result in org.openjdk.jmh.results
Classes in org.openjdk.jmh.results with type parameters of type Result Modifier and Type Interface Description interfaceAggregator<R extends Result>Aggregator composes multiple results into one.classResult<T extends Result<T>>Base class for all types of results that can be returned by a benchmark.Subclasses of Result in org.openjdk.jmh.results Modifier and Type Class Description classAverageTimeResultResult class that stores average operation time.classSampleTimeResultResult class that samples operation time.classScalarDerivativeResultclassScalarResultclassSingleShotResultResult class that stores once operation execution time.classTextResultclassThroughputResultResult class that counts the number of operations performed during a specified unit of time.Methods in org.openjdk.jmh.results that return Result Modifier and Type Method Description ResultBenchmarkResult. getPrimaryResult()ResultIterationResult. getPrimaryResult()ResultRunResult. getPrimaryResult()Methods in org.openjdk.jmh.results that return types with arguments of type Result Modifier and Type Method Description Multimap<String,Result>BenchmarkResult. getBenchmarkResults()protected Collection<? extends Result>Result. getDerivativeResults()protected Collection<? extends Result>SampleTimeResult. getDerivativeResults()Collection<Result>IterationResult. getRawPrimaryResults()Multimap<String,Result>IterationResult. getRawSecondaryResults()Collection<Result>BenchmarkTaskResult. getResults()Map<String,Result>BenchmarkResult. getSecondaryResults()Map<String,Result>IterationResult. getSecondaryResults()Map<String,Result>RunResult. getSecondaryResults()Methods in org.openjdk.jmh.results with parameters of type Result Modifier and Type Method Description voidBenchmarkTaskResult. add(Result result)voidBenchmarkResult. addBenchmarkResult(Result r)voidIterationResult. addResult(Result result)Method parameters in org.openjdk.jmh.results with type arguments of type Result Modifier and Type Method Description voidIterationResult. addResults(Collection<? extends Result> rs)
-