Package org.openjdk.jmh.results
Class TextResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.openjdk.jmh.results.Result
policy, role, statistics, unit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPrint extended result informationprotected Aggregator<TextResult>Iteration aggregator combines the iteration results into benchmar result.protected Aggregator<TextResult>Thread aggregator combines the thread results into iteration result.toString()Result as represented by a String.Methods inherited from class org.openjdk.jmh.results.Result
distributionExtendedInfo, getDerivativeResults, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo
-
Constructor Details
-
TextResult
-
-
Method Details
-
getThreadAggregator
Description copied from class:ResultThread aggregator combines the thread results into iteration result.- Specified by:
getThreadAggregatorin classResult<TextResult>- Returns:
- thread aggregator
-
getIterationAggregator
Description copied from class:ResultIteration aggregator combines the iteration results into benchmar result.- Specified by:
getIterationAggregatorin classResult<TextResult>- Returns:
- iteration aggregator
-
toString
Description copied from class:ResultResult as represented by a String.- Overrides:
toStringin classResult<TextResult>- Returns:
- String with the result and unit
-
extendedInfo
Description copied from class:ResultPrint extended result information- Overrides:
extendedInfoin classResult<TextResult>- Returns:
- String with extended info
-