| Package | Description |
|---|---|
| org.openjdk.jmh.runner |
| Modifier and Type | Method | Description |
|---|---|---|
BenchmarkListEntry |
BenchmarkListEntry.cloneWith(Mode mode) |
|
BenchmarkListEntry |
BenchmarkListEntry.cloneWith(WorkloadParams p) |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
BenchmarkListEntry.compareTo(BenchmarkListEntry o) |
Copyright © 2012-2017 Oracle. All Rights Reserved.