Uses of Interface
org.openjdk.jmh.runner.format.OutputFormat
-
Packages that use OutputFormat Package Description org.openjdk.jmh.runner org.openjdk.jmh.runner.format org.openjdk.jmh.runner.link -
-
Uses of OutputFormat in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as OutputFormat Modifier and Type Field Description protected OutputFormatBaseRunner. outMethods in org.openjdk.jmh.runner with parameters of type OutputFormat 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.Constructors in org.openjdk.jmh.runner with parameters of type OutputFormat Constructor Description Runner(Options options, OutputFormat format)Create runner with the custom OutputFormat. -
Uses of OutputFormat in org.openjdk.jmh.runner.format
Methods in org.openjdk.jmh.runner.format that return OutputFormat Modifier and Type Method Description static OutputFormatOutputFormatFactory. createFormatInstance(PrintStream out, VerboseMode mode)Factory method for OutputFormat instances -
Uses of OutputFormat in org.openjdk.jmh.runner.link
Methods in org.openjdk.jmh.runner.link that return OutputFormat Modifier and Type Method Description OutputFormatBinaryLinkClient. getOutputFormat()Constructors in org.openjdk.jmh.runner.link with parameters of type OutputFormat Constructor Description BinaryLinkServer(Options opts, OutputFormat out)
-