| Package | Description |
|---|---|
| org.openjdk.jmh.runner | |
| org.openjdk.jmh.runner.format | |
| org.openjdk.jmh.runner.link | |
| org.openjdk.jmh.util |
| Modifier and Type | Method and 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 and Description |
|---|
Runner(Options options,
OutputFormat format)
Create runner with the custom OutputFormat.
|
| 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 |
|---|---|
OutputFormat |
BinaryLinkClient.getOutputFormat() |
| Constructor and Description |
|---|
BinaryLinkServer(Options opts,
OutputFormat out) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Version.printVersion(OutputFormat pw) |
Copyright © 2012-2015 Oracle. All Rights Reserved.