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 -
-
Uses of IterationResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type IterationResult Modifier and Type Method Description Collection<? 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
Methods in org.openjdk.jmh.results that return types with arguments of type IterationResult Modifier and Type Method Description Collection<IterationResult>BenchmarkResult. getIterationResults()Constructor parameters in org.openjdk.jmh.results with type arguments of type IterationResult Constructor Description BenchmarkResult(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 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 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)
-