public final class JmhProfiler extends Object implements org.openjdk.jmh.profile.InternalProfiler
| Modifier and Type | Class and Description |
|---|---|
static class |
JmhProfiler.StackAggregator |
static class |
JmhProfiler.StackResult |
| Constructor and Description |
|---|
JmhProfiler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends org.openjdk.jmh.results.Result> |
afterIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams,
org.openjdk.jmh.infra.IterationParams iterationParams) |
void |
beforeIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams,
org.openjdk.jmh.infra.IterationParams iterationParams) |
boolean |
checkSupport(List<String> msgs) |
String |
getDescription() |
String |
label() |
public void beforeIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams,
org.openjdk.jmh.infra.IterationParams iterationParams)
beforeIteration in interface org.openjdk.jmh.profile.InternalProfilerpublic Collection<? extends org.openjdk.jmh.results.Result> afterIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams, org.openjdk.jmh.infra.IterationParams iterationParams)
afterIteration in interface org.openjdk.jmh.profile.InternalProfilerpublic boolean checkSupport(List<String> msgs)
checkSupport in interface org.openjdk.jmh.profile.Profilerpublic String label()
label in interface org.openjdk.jmh.profile.Profilerpublic String getDescription()
getDescription in interface org.openjdk.jmh.profile.ProfilerCopyright © 2015. All rights reserved.