public static class StackProfiler.StackResultextends Result<StackProfiler.StackResult>
Constructor and Description |
---|
StackProfiler.StackResult(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks) |
Modifier and Type | Method and Description |
---|---|
String | extendedInfo(String label) Print extended result information |
protected Aggregator<StackProfiler.StackResult> | getIterationAggregator() Iteration aggregator combines the iteration results into benchmar result. |
String | getStack(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks) |
protected Aggregator<StackProfiler.StackResult> | getThreadAggregator() Thread aggregator combines the thread results into iteration result. |
String | toString() Result as represented by a String. |
getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, of, percentileExtendedInfo, simpleExtendedInfo
public StackProfiler.StackResult(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks)
protected Aggregator<StackProfiler.StackResult> getThreadAggregator()
Result
getThreadAggregator
in class Result<StackProfiler.StackResult>
protected Aggregator<StackProfiler.StackResult> getIterationAggregator()
Result
getIterationAggregator
in class Result<StackProfiler.StackResult>
public String toString()
Result
toString
in class Result<StackProfiler.StackResult>
public String extendedInfo(String label)
Result
extendedInfo
in class Result<StackProfiler.StackResult>
label
- result labelpublic String getStack(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks)
Copyright © 2012-2015 Oracle. All Rights Reserved.