Uses of Class
org.openjdk.jmh.results.Result
Packages that use Result
-
Uses of Result in org.openjdk.jmh.profile
Subclasses of Result in org.openjdk.jmh.profileMethods in org.openjdk.jmh.profile that return types with arguments of type ResultModifier and TypeMethodDescriptionCollection<? 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>MemPoolProfiler.afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result) 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 ResultModifier and TypeInterfaceDescriptioninterfaceAggregator<R extends Result>Aggregator composes multiple results into one.classBase class for all types of results that can be returned by a benchmark.Subclasses of Result in org.openjdk.jmh.resultsModifier and TypeClassDescriptionclassResult class that stores average operation time.classResult class that samples operation time.classclassclassResult class that stores once operation execution time.classclassResult class that counts the number of operations performed during a specified unit of time.Methods in org.openjdk.jmh.results that return ResultModifier and TypeMethodDescriptionBenchmarkResult.getPrimaryResult()IterationResult.getPrimaryResult()RunResult.getPrimaryResult()Methods in org.openjdk.jmh.results that return types with arguments of type ResultModifier and TypeMethodDescriptionBenchmarkResult.getBenchmarkResults()protected Collection<? extends Result>Result.getDerivativeResults()protected Collection<? extends Result>SampleTimeResult.getDerivativeResults()IterationResult.getRawPrimaryResults()IterationResult.getRawSecondaryResults()BenchmarkTaskResult.getResults()BenchmarkResult.getSecondaryResults()IterationResult.getSecondaryResults()RunResult.getSecondaryResults()Methods in org.openjdk.jmh.results with parameters of type ResultMethod parameters in org.openjdk.jmh.results with type arguments of type ResultModifier and TypeMethodDescriptionvoidIterationResult.addResults(Collection<? extends Result> rs)