Uses of Class
org.openjdk.jmh.runner.BenchmarkListEntry
Packages that use BenchmarkListEntry
-
Uses of BenchmarkListEntry in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return BenchmarkListEntryMethods in org.openjdk.jmh.runner that return types with arguments of type BenchmarkListEntryModifier and TypeMethodDescriptionGets all the micro benchmarks that matches the given regexp, sorted.BenchmarkList.getAll
(OutputFormat out, List<String> excludes) Gets all micro benchmarks from the list, sorted.static List
<BenchmarkListEntry> BenchmarkList.readBenchmarkList
(InputStream stream) Methods in org.openjdk.jmh.runner with parameters of type BenchmarkListEntryModifier and TypeMethodDescriptionint
BenchmarkListEntry.compareTo
(BenchmarkListEntry o) private 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 BenchmarkListEntryModifier and TypeMethodDescriptionprivate List
<ActionPlan> Runner.getActionPlans
(Set<BenchmarkListEntry> benchmarks) private Collection
<RunResult> Runner.runBenchmarks
(SortedSet<BenchmarkListEntry> benchmarks) static void
BenchmarkList.writeBenchmarkList
(OutputStream stream, Collection<BenchmarkListEntry> entries)