public final class Spf4jJmhProfiler extends Object implements org.openjdk.jmh.profile.InternalProfiler
Modifier and Type | Class and Description |
---|---|
static class |
Spf4jJmhProfiler.StackAggregator |
static class |
Spf4jJmhProfiler.StackResult |
Constructor and Description |
---|
Spf4jJmhProfiler() |
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.InternalProfiler
public String getDescription()
getDescription
in interface org.openjdk.jmh.profile.Profiler
Copyright © 2018 SPF4J. All rights reserved.