Package org.openjdk.jmh.results
Class TextResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openjdk.jmh.results.Result
Result.LazyProps
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String
(package private) final String
private static final long
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
output
-
label
-
-
Constructor Details
-
TextResult
-
-
Method Details
-
getThreadAggregator
Description copied from class:Result
Thread aggregator combines the thread results into iteration result.- Specified by:
getThreadAggregator
in classResult<TextResult>
- Returns:
- thread aggregator
-
getIterationAggregator
Description copied from class:Result
Iteration aggregator combines the iteration results into benchmar result.- Specified by:
getIterationAggregator
in classResult<TextResult>
- Returns:
- iteration aggregator
-
toString
Description copied from class:Result
Result as represented by a String.- Overrides:
toString
in classResult<TextResult>
- Returns:
- String with the result and unit
-
extendedInfo
Description copied from class:Result
Print extended result information- Overrides:
extendedInfo
in classResult<TextResult>
- Returns:
- String with extended info
-