Package | Description |
---|---|
org.openjdk.jmh.generators.core | |
org.openjdk.jmh.runner |
Modifier and Type | Method and Description |
---|---|
private void |
BenchmarkGenerator.writeBenchmarkList(GeneratorDestination destination,
java.util.Collection<BenchmarkListEntry> entries) |
Modifier and Type | Method and Description |
---|---|
BenchmarkListEntry |
BenchmarkListEntry.cloneWith(Mode mode) |
BenchmarkListEntry |
BenchmarkListEntry.cloneWith(WorkloadParams p) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<BenchmarkListEntry> |
BenchmarkList.find(OutputFormat out,
java.util.List<java.lang.String> includes,
java.util.List<java.lang.String> excludes)
Gets all the micro benchmarks that matches the given regexp, sorted.
|
java.util.Set<BenchmarkListEntry> |
BenchmarkList.getAll(OutputFormat out,
java.util.List<java.lang.String> excludes)
Gets all micro benchmarks from the list, sorted.
|
Modifier and Type | Method and Description |
---|---|
int |
BenchmarkListEntry.compareTo(BenchmarkListEntry o) |
private java.util.List<WorkloadParams> |
Runner.explodeAllParams(BenchmarkListEntry br) |
private Action |
Runner.newAction(BenchmarkListEntry br,
ActionMode mode) |
private BenchmarkParams |
Runner.newBenchmarkParams(BenchmarkListEntry benchmark,
ActionMode mode) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<ActionPlan> |
Runner.getActionPlans(java.util.Set<BenchmarkListEntry> benchmarks) |
private java.util.Collection<RunResult> |
Runner.runBenchmarks(java.util.SortedSet<BenchmarkListEntry> benchmarks) |