| Package | Description |
|---|---|
| org.openjdk.jmh.runner | |
| org.openjdk.jmh.runner.link | |
| org.openjdk.jmh.runner.options |
| Constructor | Description |
|---|---|
Runner(Options options) |
Create Runner with the given options.
|
Runner(Options options,
OutputFormat format) |
Create runner with the custom OutputFormat.
|
| Modifier and Type | Method | Description |
|---|---|---|
Options |
BinaryLinkClient.handshake() |
| Constructor | Description |
|---|---|
BinaryLinkServer(Options opts,
OutputFormat out) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CommandLineOptions |
Class that handles all the command line options.
|
class |
OptionsBuilder |
| Modifier and Type | Method | Description |
|---|---|---|
Options |
ChainedOptionsBuilder.build() |
Produce the final Options
|
Options |
OptionsBuilder.build() |
| Modifier and Type | Method | Description |
|---|---|---|
ChainedOptionsBuilder |
ChainedOptionsBuilder.parent(Options other) |
Override the defaults from the given option.
|
ChainedOptionsBuilder |
OptionsBuilder.parent(Options other) |
Copyright © 2012-2017 Oracle. All Rights Reserved.