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