| Package | Description |
|---|---|
| org.openjdk.jmh.profile | |
| org.openjdk.jmh.results | |
| org.openjdk.jmh.runner.format | |
| org.openjdk.jmh.runner.link |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Result> |
StackProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
Collection<? extends Result> |
ClassloaderProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
Collection<? extends Result> |
HotspotRuntimeProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
Collection<? extends Result> |
InternalProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result)
Run this code after a benchmark iteration finished
|
Collection<? extends Result> |
CompilerProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
Collection<? extends Result> |
HotspotCompilationProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
Collection<? extends Result> |
GCProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult iResult) |
Collection<? extends Result> |
HotspotThreadProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IterationResult> |
BenchmarkResult.getIterationResults() |
| Constructor and Description |
|---|
BenchmarkResult(BenchmarkParams params,
Collection<IterationResult> data) |
BenchmarkResult(BenchmarkParams params,
Collection<IterationResult> data,
BenchmarkResultMetaData md) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputFormat.iterationResult(BenchmarkParams benchParams,
IterationParams params,
int iteration,
IterationResult data)
Format for end-of-iteration.
|
| Modifier and Type | Method and Description |
|---|---|
List<IterationResult> |
BinaryLinkServer.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryLinkClient.pushResults(IterationResult res) |
Copyright © 2012-2015 Oracle. All Rights Reserved.