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 SortedSet<BenchmarkListEntry>BenchmarkList. find(OutputFormat out, List<String> includes, List<String> excludes)Gets all the micro benchmarks that matches the given regexp, sorted.Set<BenchmarkListEntry>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 BenchmarkListEntry Modifier and Type Method Description intBenchmarkListEntry. compareTo(BenchmarkListEntry o)Method parameters in org.openjdk.jmh.runner with type arguments of type BenchmarkListEntry Modifier and Type Method Description static voidBenchmarkList. writeBenchmarkList(OutputStream stream, Collection<BenchmarkListEntry> entries)
-