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