Uses of Class
org.openjdk.jmh.runner.BenchmarkListEntry
-
Packages that use BenchmarkListEntry Package Description org.openjdk.jmh.runner -
-
Uses of BenchmarkListEntry in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return BenchmarkListEntry Modifier and Type Method Description BenchmarkListEntry
BenchmarkListEntry. cloneWith(Mode mode)
BenchmarkListEntry
BenchmarkListEntry. cloneWith(WorkloadParams p)
Methods in org.openjdk.jmh.runner that return types with arguments of type BenchmarkListEntry Modifier and Type Method 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.static java.util.List<BenchmarkListEntry>
BenchmarkList. readBenchmarkList(java.io.InputStream stream)
Methods in org.openjdk.jmh.runner with parameters of type BenchmarkListEntry Modifier and Type Method 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)
Method parameters in org.openjdk.jmh.runner with type arguments of type BenchmarkListEntry Modifier and Type Method 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)
static void
BenchmarkList. writeBenchmarkList(java.io.OutputStream stream, java.util.Collection<BenchmarkListEntry> entries)
-