Uses of Class
org.openjdk.jmh.results.IterationResult
-
Packages that use IterationResult Package Description org.openjdk.jmh.profile org.openjdk.jmh.results org.openjdk.jmh.runner.format org.openjdk.jmh.runner.link org.openjdk.jmh.validation -
-
Uses of IterationResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type IterationResult Modifier and Type Method Description java.util.Collection<? extends Result>AsyncProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult iterationResult)java.util.Collection<? extends Result>ClassloaderProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)java.util.Collection<? extends Result>CompilerProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)java.util.Collection<? extends Result>GCProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult iResult)java.util.Collection<? extends Result>HotspotCompilationProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)java.util.Collection<? extends Result>HotspotRuntimeProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)java.util.Collection<? extends Result>HotspotThreadProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)java.util.Collection<? extends Result>InternalProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)Run this code after a benchmark iteration finishedjava.util.Collection<? extends Result>JavaFlightRecorderProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult iterationResult)java.util.Collection<? extends Result>PausesProfiler. afterIteration(BenchmarkParams benchmarkParams, IterationParams iterationParams, IterationResult result)java.util.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 IterationResult Modifier and Type Method Description java.util.Collection<IterationResult>BenchmarkResult. getIterationResults()Constructor parameters in org.openjdk.jmh.results with type arguments of type IterationResult Constructor Description BenchmarkResult(BenchmarkParams params, java.util.Collection<IterationResult> data)BenchmarkResult(BenchmarkParams params, java.util.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 IterationResult Modifier and Type Method Description voidOutputFormat. 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 IterationResult Modifier and Type Method Description java.util.List<IterationResult>BinaryLinkServer. getResults()Methods in org.openjdk.jmh.runner.link with parameters of type IterationResult Modifier and Type Method Description voidBinaryLinkClient. pushResults(IterationResult res) -
Uses of IterationResult in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type IterationResult Modifier and Type Method Description voidIterationScoresFormatter. iterationResult(BenchmarkParams benchParams, IterationParams params, int iteration, IterationResult data)
-