Package | Description |
---|---|
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.format | |
org.openjdk.jmh.runner.options |
Modifier and Type | Field and Description |
---|---|
static VerboseMode |
Defaults.VERBOSITY
Default
VerboseMode . |
Modifier and Type | Method and Description |
---|---|
static OutputFormat |
OutputFormatFactory.createFormatInstance(PrintStream out,
VerboseMode mode)
Factory method for OutputFormat instances
|
Modifier and Type | Method and Description |
---|---|
static VerboseMode |
VerboseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerboseMode[] |
VerboseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<VerboseMode> |
OptionsBuilder.verbosity() |
Optional<VerboseMode> |
Options.verbosity()
How verbose should we be?
|
Optional<VerboseMode> |
CommandLineOptions.verbosity() |
Modifier and Type | Method and Description |
---|---|
boolean |
VerboseMode.equalsOrHigherThan(VerboseMode other) |
ChainedOptionsBuilder |
OptionsBuilder.verbosity(VerboseMode mode) |
ChainedOptionsBuilder |
ChainedOptionsBuilder.verbosity(VerboseMode mode)
Control verbosity level.
|
Copyright © 2016. All rights reserved.