Package | Description |
---|---|
org.openjdk.jmh.runner |
Modifier and Type | Field and Description |
---|---|
private ActionMode |
Action.mode |
Modifier and Type | Method and Description |
---|---|
ActionMode |
Action.getMode() |
static ActionMode |
ActionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionMode[] |
ActionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
BaseRunner.doSingle(BenchmarkParams params,
ActionMode mode,
IterationResultAcceptor acceptor) |
private Action |
Runner.newAction(BenchmarkListEntry br,
ActionMode mode) |
private BenchmarkParams |
Runner.newBenchmarkParams(BenchmarkListEntry benchmark,
ActionMode mode) |
Constructor and Description |
---|
Action(BenchmarkParams params,
ActionMode mode) |