Uses of Class
org.openjdk.jmh.runner.BenchmarkListEntry
Packages that use BenchmarkListEntry
-
Uses of BenchmarkListEntry in org.openjdk.jmh.runner
Classes in org.openjdk.jmh.runner that implement interfaces with type arguments of type BenchmarkListEntryMethods 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 TypeMethodDescriptionintBenchmarkListEntry.compareTo(BenchmarkListEntry o) private 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 BenchmarkListEntryModifier and TypeMethodDescriptionprivate List<ActionPlan> Runner.getActionPlans(Set<BenchmarkListEntry> benchmarks) private Collection<RunResult> Runner.runBenchmarks(SortedSet<BenchmarkListEntry> benchmarks) static voidBenchmarkList.writeBenchmarkList(OutputStream stream, Collection<BenchmarkListEntry> entries)