Package org.openjdk.jmh.results
Class IterationResult
java.lang.Object
org.openjdk.jmh.results.IterationResult
- All Implemented Interfaces:
Serializable
Class contains all info returned by benchmark iteration or/and collected during benchmark iteration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIterationResult(BenchmarkParams benchmarkParams, IterationParams params, IterationResultMetaData md) -
Method Summary
-
Constructor Details
-
IterationResult
public IterationResult(BenchmarkParams benchmarkParams, IterationParams params, IterationResultMetaData md)
-
-
Method Details
-
getMetadata
-
addResults
-
addResult
-
getRawPrimaryResults
-
getRawSecondaryResults
-
getSecondaryResults
-
getPrimaryResult
-
getParams
-
getBenchmarkParams
-
getScoreUnit
-