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 OutputFormatModifier and TypeFieldDescriptionprotected final OutputFormat
BaseRunner.out
private final OutputFormat
BenchmarkHandler.out
private final OutputFormat
OutputFormatAdapter.out
Methods in org.openjdk.jmh.runner that return OutputFormatModifier and TypeMethodDescriptionprivate static OutputFormat
Runner.createOutputFormat
(Options options) Methods 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 OutputFormatModifierConstructorDescriptionBaseRunner
(Options options, OutputFormat handler) BenchmarkHandler
(OutputFormat out, Options options, BenchmarkParams executionParams) Runner
(Options options, OutputFormat format) Create runner with the custom OutputFormat. -
Uses of OutputFormat in org.openjdk.jmh.runner.format
Classes in org.openjdk.jmh.runner.format that implement OutputFormatModifier and TypeClassDescription(package private) class
(package private) class
Silent format, does nothing.(package private) class
TextReportFormat implementation of OutputFormat.Methods in org.openjdk.jmh.runner.format that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormat
OutputFormatFactory.createFormatInstance
(PrintStream out, VerboseMode mode) Factory method for OutputFormat instances -
Uses of OutputFormat in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as OutputFormatModifier and TypeFieldDescriptionprivate final OutputFormat
BinaryLinkServer.out
private final OutputFormat
BinaryLinkClient.outputFormat
Methods in org.openjdk.jmh.runner.link that return OutputFormatConstructors in org.openjdk.jmh.runner.link with parameters of type OutputFormat -
Uses of OutputFormat in org.openjdk.jmh.validation
Classes in org.openjdk.jmh.validation that implement OutputFormat