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 OutputFormatBaseRunner.outprivate final OutputFormatBenchmarkHandler.outprivate final OutputFormatOutputFormatAdapter.outMethods in org.openjdk.jmh.runner that return OutputFormatModifier and TypeMethodDescriptionprivate static OutputFormatRunner.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) classSilent format, does nothing.(package private) classTextReportFormat implementation of OutputFormat.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
Fields in org.openjdk.jmh.runner.link declared as OutputFormatModifier and TypeFieldDescriptionprivate final OutputFormatBinaryLinkServer.outprivate final OutputFormatBinaryLinkClient.outputFormatMethods 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