Uses of Class
org.openjdk.jmh.results.IterationResult
Packages that use IterationResult
Package
Description
-
Uses of IterationResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type IterationResultModifier 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) -
Uses of IterationResult in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results with type parameters of type IterationResultModifier and TypeFieldDescriptionprivate final Collection
<IterationResult> BenchmarkResult.iterationResults
Methods in org.openjdk.jmh.results that return types with arguments of type IterationResultConstructor parameters in org.openjdk.jmh.results with type arguments of type IterationResultModifierConstructorDescriptionBenchmarkResult
(BenchmarkParams params, Collection<IterationResult> data) BenchmarkResult
(BenchmarkParams params, Collection<IterationResult> data, BenchmarkResultMetaData md) -
Uses of IterationResult in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return IterationResultModifier and TypeMethodDescriptionBenchmarkHandler.runIteration
(BenchmarkParams benchmarkParams, IterationParams params, boolean last) Runs an iteration on the handled benchmark.Methods in org.openjdk.jmh.runner that return types with arguments of type IterationResultModifier and TypeMethodDescriptionprivate List
<IterationResult> Runner.doFork
(BinaryLinkServer reader, List<String> commandString, File stdOut, File stdErr, boolean printOut, boolean printErr) Methods in org.openjdk.jmh.runner with parameters of type IterationResultModifier and TypeMethodDescriptionvoid
IterationResultAcceptor.accept
(IterationResult iterationData) protected void
BenchmarkHandler.stopProfilers
(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult iterationResults) -
Uses of IterationResult in org.openjdk.jmh.runner.format
Methods in org.openjdk.jmh.runner.format with parameters of type IterationResultModifier and TypeMethodDescriptionvoid
OutputFormat.iterationResult
(BenchmarkParams benchParams, IterationParams params, int iteration, IterationResult data) Format for end-of-iteration.void
SilentFormat.iterationResult
(BenchmarkParams benchmarkParams, IterationParams params, int iteration, IterationResult data) void
TextReportFormat.iterationResult
(BenchmarkParams benchmParams, IterationParams params, int iteration, IterationResult data) -
Uses of IterationResult in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as IterationResultFields in org.openjdk.jmh.runner.link with type parameters of type IterationResultModifier and TypeFieldDescriptionprivate final AtomicReference
<List<IterationResult>> BinaryLinkServer.results
Methods in org.openjdk.jmh.runner.link that return IterationResultMethods in org.openjdk.jmh.runner.link that return types with arguments of type IterationResultMethods in org.openjdk.jmh.runner.link with parameters of type IterationResultConstructors in org.openjdk.jmh.runner.link with parameters of type IterationResult -
Uses of IterationResult in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type IterationResultModifier and TypeMethodDescriptionvoid
IterationScoresFormatter.iterationResult
(BenchmarkParams benchParams, IterationParams params, int iteration, IterationResult data)