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 BenchmarkListEntryBenchmarkListEntry. cloneWith(Mode mode)BenchmarkListEntryBenchmarkListEntry. 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 intBenchmarkListEntry. compareTo(BenchmarkListEntry o)private java.util.List<WorkloadParams>Runner. explodeAllParams(BenchmarkListEntry br)private ActionRunner. newAction(BenchmarkListEntry br, ActionMode mode)private BenchmarkParamsRunner. 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 voidBenchmarkList. writeBenchmarkList(java.io.OutputStream stream, java.util.Collection<BenchmarkListEntry> entries)
-