Package org.openjdk.jmh.profile
Class PausesProfiler.PausesProfilerResult
java.lang.Object
org.openjdk.jmh.results.Result<PausesProfiler.PausesProfilerResult>
org.openjdk.jmh.profile.PausesProfiler.PausesProfilerResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
PausesProfiler
static class PausesProfiler.PausesProfilerResult
extends Result<PausesProfiler.PausesProfilerResult>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Always add up all the samples into final result. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection
<? extends Result> protected Aggregator
<PausesProfiler.PausesProfilerResult> Iteration aggregator combines the iteration results into benchmar result.protected Aggregator
<PausesProfiler.PausesProfilerResult> Thread aggregator combines the thread results into iteration result.Methods inherited from class org.openjdk.jmh.results.Result
distributionExtendedInfo, extendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
buffer
-
-
Constructor Details
-
PausesProfilerResult
-
-
Method Details
-
getThreadAggregator
Description copied from class:Result
Thread aggregator combines the thread results into iteration result.- Specified by:
getThreadAggregator
in classResult<PausesProfiler.PausesProfilerResult>
- Returns:
- thread aggregator
-
getIterationAggregator
Description copied from class:Result
Iteration aggregator combines the iteration results into benchmar result.- Specified by:
getIterationAggregator
in classResult<PausesProfiler.PausesProfilerResult>
- Returns:
- iteration aggregator
-
getDerivativeResults
- Overrides:
getDerivativeResults
in classResult<PausesProfiler.PausesProfilerResult>
- Returns:
- derivative results for this result. These do not participate in aggregation, and computed on the spot from the aggregated result.
-