Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.results | |
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.format | |
org.openjdk.jmh.runner.link | |
org.openjdk.jmh.validation |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Result> |
HotspotThreadProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
java.util.Collection<? extends Result> |
StackProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
java.util.Collection<? extends Result> |
HotspotRuntimeProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
java.util.Collection<? extends Result> |
HotspotCompilationProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
java.util.Collection<? extends Result> |
ClassloaderProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
java.util.Collection<? extends Result> |
CompilerProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
java.util.Collection<? extends Result> |
GCProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult iResult) |
java.util.Collection<? extends Result> |
AbstractHotspotProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result) |
java.util.Collection<? extends Result> |
InternalProfiler.afterIteration(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult result)
Run this code after a benchmark iteration finished
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<IterationResult> |
BenchmarkResult.iterationResults |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IterationResult> |
BenchmarkResult.getIterationResults() |
Constructor and Description |
---|
BenchmarkResult(BenchmarkParams params,
java.util.Collection<IterationResult> data) |
BenchmarkResult(BenchmarkParams params,
java.util.Collection<IterationResult> data,
BenchmarkResultMetaData md) |
Modifier and Type | Method and Description |
---|---|
IterationResult |
BenchmarkHandler.runIteration(BenchmarkParams benchmarkParams,
IterationParams params,
boolean last)
Runs an iteration on the handled benchmark.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<IterationResult> |
Runner.doFork(BinaryLinkServer reader,
java.util.List<java.lang.String> commandString,
java.io.File stdOut,
java.io.File stdErr,
boolean printOut,
boolean printErr) |
Modifier and Type | Method and Description |
---|---|
void |
IterationResultAcceptor.accept(IterationResult iterationData) |
protected void |
BenchmarkHandler.stopProfilers(BenchmarkParams benchmarkParams,
IterationParams iterationParams,
IterationResult iterationResults) |
Modifier and Type | Method and Description |
---|---|
void |
TextReportFormat.iterationResult(BenchmarkParams benchmParams,
IterationParams params,
int iteration,
IterationResult data) |
void |
SilentFormat.iterationResult(BenchmarkParams benchmarkParams,
IterationParams params,
int iteration,
IterationResult data) |
void |
OutputFormat.iterationResult(BenchmarkParams benchParams,
IterationParams params,
int iteration,
IterationResult data)
Format for end-of-iteration.
|
Modifier and Type | Field and Description |
---|---|
private IterationResult |
ResultsFrame.res |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<java.util.List<IterationResult>> |
BinaryLinkServer.results |
Modifier and Type | Method and Description |
---|---|
IterationResult |
ResultsFrame.getRes() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IterationResult> |
BinaryLinkServer.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryLinkClient.pushResults(IterationResult res) |
Constructor and Description |
---|
ResultsFrame(IterationResult res) |
Modifier and Type | Method and Description |
---|---|
void |
IterationScoresFormatter.iterationResult(BenchmarkParams benchParams,
IterationParams params,
int iteration,
IterationResult data) |