Serializablepublic static class StackProfiler.StackResult extends Result<StackProfiler.StackResult>
| Constructor | Description |
|---|---|
StackResult(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks,
int topStacks) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
extendedInfo() |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdistributionExtendedInfo, getDerivativeResults, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfopublic StackResult(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks, int topStacks)
protected Aggregator<StackProfiler.StackResult> getThreadAggregator()
ResultgetThreadAggregator in class Result<StackProfiler.StackResult>protected Aggregator<StackProfiler.StackResult> getIterationAggregator()
ResultgetIterationAggregator in class Result<StackProfiler.StackResult>public String toString()
ResulttoString in class Result<StackProfiler.StackResult>public String extendedInfo()
ResultextendedInfo in class Result<StackProfiler.StackResult>public String getStack(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks)
Copyright © 2012-2017 Oracle. All Rights Reserved.