Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.results |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AbstractPerfAsmProfiler.PerfResultAggregator |
(package private) static class |
LinuxPerfNormProfiler.PerfResultAggregator |
(package private) static class |
LinuxPerfProfiler.PerfResultAggregator |
class |
ProfilerResultAggregator |
static class |
StackProfiler.StackResultAggregator |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AverageTimeResult.ResultAggregator |
(package private) static class |
SampleTimeResult.JoiningAggregator
Always add up all the samples into final result.
|
(package private) static class |
SingleShotResult.AveragingAggregator
Averages the time on all levels.
|
(package private) static class |
ThroughputResult.ThroughputAggregator |
Modifier and Type | Method and Description |
---|---|
protected Aggregator<ThroughputResult> |
ThroughputResult.getIterationAggregator() |
protected abstract Aggregator<T> |
Result.getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<SampleTimeResult> |
SampleTimeResult.getIterationAggregator() |
protected Aggregator<SingleShotResult> |
SingleShotResult.getIterationAggregator() |
protected Aggregator<AverageTimeResult> |
AverageTimeResult.getIterationAggregator() |
protected Aggregator<ThroughputResult> |
ThroughputResult.getThreadAggregator() |
protected abstract Aggregator<T> |
Result.getThreadAggregator()
Thread aggregator combines the thread results into iteration result.
|
protected Aggregator<SampleTimeResult> |
SampleTimeResult.getThreadAggregator() |
protected Aggregator<SingleShotResult> |
SingleShotResult.getThreadAggregator() |
protected Aggregator<AverageTimeResult> |
AverageTimeResult.getThreadAggregator() |