Package | Description |
---|---|
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.link | |
org.openjdk.jmh.runner.options | |
org.openjdk.jmh.samples | |
org.openjdk.jmh.validation | |
org.openjdk.jmh.validation.tests |
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.
|
Constructor and Description |
---|
Chromosome(Options baseOpts) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationTest.runWith(PrintWriter pw,
Options parent) |
Modifier and Type | Method and Description |
---|---|
void |
CompilerHintsTest.runWith(PrintWriter pw,
Options parent) |
void |
ScoreStabilityTest.runWith(PrintWriter pw,
Options parent) |
void |
BlackholePipelinedTest.runWith(PrintWriter pw,
Options parent) |
void |
ThreadScalingTest.runWith(PrintWriter pw,
Options parent) |
void |
HelperMethodsTest.runWith(PrintWriter pw,
Options parent) |
void |
TimingMeasurementsTest.runWith(PrintWriter pw,
Options parent) |
void |
BlackholeConsecutiveTest.runWith(PrintWriter pw,
Options parent) |
void |
ThermalRundownTest.runWith(PrintWriter pw,
Options parent) |
void |
BlackholeSingleTest.runWith(PrintWriter pw,
Options parent) |
void |
BlackholeConsumeCPUTest.runWith(PrintWriter pw,
Options parent) |
Copyright © 2016. All rights reserved.