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 class
static class
Methods 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 TypeInterfaceDescriptioninterface
Aggregator<R extends Result>
Aggregator composes multiple results into one.class
Base class for all types of results that can be returned by a benchmark.Subclasses of Result in org.openjdk.jmh.resultsModifier and TypeClassDescriptionclass
Result class that stores average operation time.class
Result class that samples operation time.class
class
class
Result class that stores once operation execution time.class
class
Result 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.benchmarkResults
IterationResult.EMPTY_LIST
IterationResult.EMPTY_MAP
private Collection
<Result> IterationResult.primaryResults
private final Collection
<Result> BenchmarkTaskResult.results
IterationResult.secondaryResults
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()
BenchmarkResult.produceDerivative
(Result r) IterationResult.produceDerivative
(Result r) Methods in org.openjdk.jmh.results with parameters of type ResultModifier and TypeMethodDescriptionvoid
void
BenchmarkResult.addBenchmarkResult
(Result r) void
BenchmarkResult.produceDerivative
(Result r) IterationResult.produceDerivative
(Result r) Method parameters in org.openjdk.jmh.results with type arguments of type ResultModifier and TypeMethodDescriptionvoid
IterationResult.addResults
(Collection<? extends Result> rs) (package private) static String
AggregatorUtils.aggregateLabels
(Collection<? extends Result> results) (package private) static AggregationPolicy
AggregatorUtils.aggregatePolicies
(Collection<? extends Result> results) (package private) static ResultRole
AggregatorUtils.aggregateRoles
(Collection<? extends Result> results) (package private) static String
AggregatorUtils.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 void
LaTeXResultFormat.printLine
(String label, BenchmarkParams benchParams, SortedSet<String> params, Map<String, String> prefixes, boolean singleUnit, Result res) private void
XSVResultFormat.printLine
(String label, BenchmarkParams benchmarkParams, SortedSet<String> params, Result result)