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,
org.openjdk.jmh.results.IterationResult ir) |
void |
beforeIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams,
org.openjdk.jmh.infra.IterationParams iterationParams) |
static String |
benchmarkName() |
String |
getDescription() |
static Sampler |
getStackSampler() |
public static Sampler getStackSampler()
public static String benchmarkName()
public void beforeIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams,
org.openjdk.jmh.infra.IterationParams iterationParams)
beforeIteration in interface org.openjdk.jmh.profile.InternalProfiler@Nonnull public Collection<? extends org.openjdk.jmh.results.Result> afterIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams, org.openjdk.jmh.infra.IterationParams iterationParams, org.openjdk.jmh.results.IterationResult ir)
afterIteration in interface org.openjdk.jmh.profile.InternalProfilerpublic String getDescription()
getDescription in interface org.openjdk.jmh.profile.ProfilerCopyright © 2018 SPF4J. All rights reserved.