public class MemoryProfiler extends Object implements org.openjdk.jmh.profile.InternalProfiler
| Constructor and Description |
|---|
MemoryProfiler() |
| 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 result) |
void |
beforeIteration(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams,
org.openjdk.jmh.infra.IterationParams iterationParams) |
String |
getDescription() |
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, org.openjdk.jmh.results.IterationResult result)
afterIteration in interface org.openjdk.jmh.profile.InternalProfilerpublic String getDescription()
getDescription in interface org.openjdk.jmh.profile.ProfilerCopyright © 2015. All rights reserved.