public static final class JmhProfiler.StackResult extends org.openjdk.jmh.results.Result<JmhProfiler.StackResult>
| Constructor and Description |
|---|
StackResult(SampleNode samples,
String benchmark,
boolean isIteration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBenchmark() |
protected org.openjdk.jmh.results.Aggregator<JmhProfiler.StackResult> |
getIterationAggregator() |
SampleNode |
getSamples() |
protected org.openjdk.jmh.results.Aggregator<JmhProfiler.StackResult> |
getThreadAggregator() |
String |
toString() |
public StackResult(SampleNode samples, String benchmark, boolean isIteration) throws IOException
IOExceptionpublic SampleNode getSamples()
public String getBenchmark()
protected org.openjdk.jmh.results.Aggregator<JmhProfiler.StackResult> getThreadAggregator()
getThreadAggregator in class org.openjdk.jmh.results.Result<JmhProfiler.StackResult>protected org.openjdk.jmh.results.Aggregator<JmhProfiler.StackResult> getIterationAggregator()
getIterationAggregator in class org.openjdk.jmh.results.Result<JmhProfiler.StackResult>public String toString()
toString in class org.openjdk.jmh.results.Result<JmhProfiler.StackResult>Copyright © 2018 SPF4J. All rights reserved.