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 |
Modifier and Type | Field and Description |
---|---|
protected Options |
BaseRunner.options |
Modifier and Type | Method and Description |
---|---|
private static OutputFormat |
Runner.createOutputFormat(Options options) |
Constructor and Description |
---|
BaseRunner(Options options,
OutputFormat handler) |
BenchmarkHandler(OutputFormat out,
Options options,
BenchmarkParams executionParams) |
ForkedRunner(Options options,
BinaryLinkClient link) |
Runner(Options options)
Create Runner with the given options.
|
Runner(Options options,
OutputFormat format)
Create runner with the custom OutputFormat.
|
Modifier and Type | Field and Description |
---|---|
private Options |
HandshakeResponseFrame.opts |
private Options |
BinaryLinkServer.opts |
Modifier and Type | Method and Description |
---|---|
Options |
HandshakeResponseFrame.getOpts() |
Options |
BinaryLinkClient.handshake() |
Constructor and Description |
---|
BinaryLinkServer(Options opts,
OutputFormat out) |
HandshakeResponseFrame(Options opts) |
Modifier and Type | Class and Description |
---|---|
class |
CommandLineOptions
Class that handles all the command line options.
|
class |
OptionsBuilder |
Modifier and Type | Field and Description |
---|---|
private Options |
OptionsBuilder.otherOptions |
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) Options |
JMHSample_25_API_GA.Chromosome.baseOpts |
Constructor and Description |
---|
Chromosome(Options baseOpts) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationTest.runWith(java.io.PrintWriter pw,
Options parent) |
Modifier and Type | Method and Description |
---|---|
private void |
CompilerHintsTest.doWith(Options parent,
java.io.PrintWriter pw,
java.lang.String test,
java.lang.String descr) |
void |
TimingMeasurementsTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
ThreadScalingTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
BlackholeSingleTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
BlackholePipelinedTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
BlackholeConsumeCPUTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
ScoreStabilityTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
BlackholeConsecutiveTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
ThermalRundownTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
CompilerHintsTest.runWith(java.io.PrintWriter pw,
Options parent) |
void |
HelperMethodsTest.runWith(java.io.PrintWriter pw,
Options parent) |