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 BenchmarkListEntryMethod parameters in org.openjdk.jmh.runner with type arguments of type BenchmarkListEntryModifier and TypeMethodDescriptionstatic voidBenchmarkList.writeBenchmarkList(OutputStream stream, Collection<BenchmarkListEntry> entries)