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.profileModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class(package private) static classstatic classMethods 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> 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) protected Collection<? extends Result> LinuxPerfProfiler.PerfResult.getDerivativeResults()protected Collection<? extends Result> PausesProfiler.PausesProfilerResult.getDerivativeResults()protected Collection<? extends Result> SafepointsProfiler.SafepointProfilerResult.getDerivativeResults()private Collection<? extends Result> LinuxPerfNormProfiler.process(BenchmarkResult br, 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.Fields in org.openjdk.jmh.results with type parameters of type ResultModifier and TypeFieldDescriptionBenchmarkResult.benchmarkResultsIterationResult.EMPTY_LISTIterationResult.EMPTY_MAPprivate Collection<Result> IterationResult.primaryResultsprivate final Collection<Result> BenchmarkTaskResult.resultsIterationResult.secondaryResultsMethods 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()BenchmarkResult.produceDerivative(Result r) IterationResult.produceDerivative(Result r) Methods in org.openjdk.jmh.results with parameters of type ResultModifier and TypeMethodDescriptionvoidvoidBenchmarkResult.addBenchmarkResult(Result r) voidBenchmarkResult.produceDerivative(Result r) IterationResult.produceDerivative(Result r) Method parameters in org.openjdk.jmh.results with type arguments of type ResultModifier and TypeMethodDescriptionvoidIterationResult.addResults(Collection<? extends Result> rs) (package private) static StringAggregatorUtils.aggregateLabels(Collection<? extends Result> results) (package private) static AggregationPolicyAggregatorUtils.aggregatePolicies(Collection<? extends Result> results) (package private) static ResultRoleAggregatorUtils.aggregateRoles(Collection<? extends Result> results) (package private) static StringAggregatorUtils.aggregateUnits(Collection<? extends Result> results) -
Uses of Result in org.openjdk.jmh.results.format
Methods in org.openjdk.jmh.results.format with parameters of type ResultModifier and TypeMethodDescriptionprivate voidLaTeXResultFormat.printLine(String label, BenchmarkParams benchParams, SortedSet<String> params, Map<String, String> prefixes, boolean singleUnit, Result res) private voidXSVResultFormat.printLine(String label, BenchmarkParams benchmarkParams, SortedSet<String> params, Result result)