| Package | Description |
|---|---|
| org.openjdk.jmh.runner | |
| org.openjdk.jmh.runner.format | |
| org.openjdk.jmh.runner.link |
| Modifier and Type | Method | Description |
|---|---|---|
SortedSet<BenchmarkListEntry> |
BenchmarkList.find(OutputFormat out,
List<String> includes,
List<String> excludes) |
Gets all the micro benchmarks that matches the given regexp, sorted.
|
Set<BenchmarkListEntry> |
BenchmarkList.getAll(OutputFormat out,
List<String> excludes) |
Gets all micro benchmarks from the list, sorted.
|
| Constructor | Description |
|---|---|
Runner(Options options,
OutputFormat format) |
Create runner with the custom OutputFormat.
|
| Modifier and Type | Method | Description |
|---|---|---|
static OutputFormat |
OutputFormatFactory.createFormatInstance(PrintStream out,
VerboseMode mode) |
Factory method for OutputFormat instances
|
| Modifier and Type | Method | Description |
|---|---|---|
OutputFormat |
BinaryLinkClient.getOutputFormat() |
| Constructor | Description |
|---|---|
BinaryLinkServer(Options opts,
OutputFormat out) |
Copyright © 2012-2017 Oracle. All Rights Reserved.