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 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>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
Fields in org.openjdk.jmh.results with type parameters of type IterationResult Modifier and Type Field Description private java.util.Collection<IterationResult>BenchmarkResult. iterationResultsMethods 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
Methods in org.openjdk.jmh.runner that return IterationResult Modifier and Type Method Description IterationResultBenchmarkHandler. 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 IterationResult Modifier and Type Method Description private java.util.List<IterationResult>Runner. doFork(BinaryLinkServer reader, java.util.List<java.lang.String> commandString, java.io.File stdOut, java.io.File stdErr, boolean printOut, boolean printErr)Methods in org.openjdk.jmh.runner with parameters of type IterationResult Modifier and Type Method Description voidIterationResultAcceptor. accept(IterationResult iterationData)protected voidBenchmarkHandler. 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 IterationResult Modifier and Type Method Description voidOutputFormat. iterationResult(BenchmarkParams benchParams, IterationParams params, int iteration, IterationResult data)Format for end-of-iteration.voidSilentFormat. iterationResult(BenchmarkParams benchmarkParams, IterationParams params, int iteration, IterationResult data)voidTextReportFormat. 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 IterationResult Modifier and Type Field Description private IterationResultResultsFrame. resFields in org.openjdk.jmh.runner.link with type parameters of type IterationResult Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<java.util.List<IterationResult>>BinaryLinkServer. resultsMethods in org.openjdk.jmh.runner.link that return IterationResult Modifier and Type Method Description IterationResultResultsFrame. getRes()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)Constructors in org.openjdk.jmh.runner.link with parameters of type IterationResult Constructor Description ResultsFrame(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)
-