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