Uses of Interface
org.openjdk.jmh.runner.format.OutputFormat
Packages that use OutputFormat
Package
Description
-
Uses of OutputFormat in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as OutputFormatMethods in org.openjdk.jmh.runner with parameters of type OutputFormatModifier 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.Constructors in org.openjdk.jmh.runner with parameters of type OutputFormatModifierConstructorDescriptionRunner(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 OutputFormatModifier and TypeMethodDescriptionstatic 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 OutputFormatConstructors in org.openjdk.jmh.runner.link with parameters of type OutputFormat