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>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) -
Uses of IterationResult in org.openjdk.jmh.results
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.format
Methods in org.openjdk.jmh.runner.format with parameters of type IterationResultModifier and TypeMethodDescriptionvoidOutputFormat.iterationResult(BenchmarkParams benchParams, IterationParams params, int iteration, IterationResult data) Format for end-of-iteration. -
Uses of IterationResult in org.openjdk.jmh.runner.link
Methods in org.openjdk.jmh.runner.link that return types with arguments of type IterationResultMethods in org.openjdk.jmh.runner.link with parameters of type IterationResult