Package | Description |
---|---|
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.format | |
org.openjdk.jmh.runner.link | |
org.openjdk.jmh.validation |
Modifier and Type | Field and Description |
---|---|
private OutputFormat |
OutputFormatAdapter.out |
protected OutputFormat |
BaseRunner.out |
private OutputFormat |
BenchmarkHandler.out |
Modifier and Type | Method and Description |
---|---|
private static OutputFormat |
Runner.createOutputFormat(Options options) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<BenchmarkListEntry> |
BenchmarkList.find(OutputFormat out,
java.util.List<java.lang.String> includes,
java.util.List<java.lang.String> excludes)
Gets all the micro benchmarks that matches the given regexp, sorted.
|
java.util.Set<BenchmarkListEntry> |
BenchmarkList.getAll(OutputFormat out,
java.util.List<java.lang.String> excludes)
Gets all micro benchmarks from the list, sorted.
|
Constructor and Description |
---|
BaseRunner(Options options,
OutputFormat handler) |
BenchmarkHandler(OutputFormat out,
Options options,
BenchmarkParams executionParams) |
OutputFormatAdapter(OutputFormat out) |
Runner(Options options,
OutputFormat format)
Create runner with the custom OutputFormat.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractOutputFormat |
(package private) class |
SilentFormat
Silent format, does nothing.
|
(package private) class |
TextReportFormat
TextReportFormat implementation of OutputFormat.
|
Modifier and Type | Method and Description |
---|---|
static OutputFormat |
OutputFormatFactory.createFormatInstance(java.io.PrintStream out,
VerboseMode mode)
Factory method for OutputFormat instances
|
Modifier and Type | Field and Description |
---|---|
private OutputFormat |
BinaryLinkServer.out |
private OutputFormat |
BinaryLinkClient.outputFormat |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
BinaryLinkClient.getOutputFormat() |
Constructor and Description |
---|
BinaryLinkServer(Options opts,
OutputFormat out) |
Modifier and Type | Class and Description |
---|---|
class |
IterationScoresFormatter |