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 org.openjdk.jmh.validation -
-
Uses of OutputFormat in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as OutputFormat Modifier and Type Field Description protected OutputFormatBaseRunner. outprivate OutputFormatBenchmarkHandler. outprivate OutputFormatOutputFormatAdapter. outMethods in org.openjdk.jmh.runner that return OutputFormat Modifier and Type Method Description private static OutputFormatRunner. createOutputFormat(Options options)Methods in org.openjdk.jmh.runner with parameters of type OutputFormat Modifier and Type Method Description java.util.SortedSet<BenchmarkListEntry>BenchmarkList. find(OutputFormat out, java.util.List<java.lang.String> includes, java.util.List<java.lang.String> excludes)Gets all the micro benchmarks that matches the given regexp, sorted.java.util.Set<BenchmarkListEntry>BenchmarkList. getAll(OutputFormat out, java.util.List<java.lang.String> excludes)Gets all micro benchmarks from the list, sorted.Constructors in org.openjdk.jmh.runner with parameters of type OutputFormat Constructor Description BaseRunner(Options options, OutputFormat handler)BenchmarkHandler(OutputFormat out, Options options, BenchmarkParams executionParams)OutputFormatAdapter(OutputFormat out)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 OutputFormat Modifier and Type Class Description (package private) classAbstractOutputFormat(package private) classSilentFormatSilent format, does nothing.(package private) classTextReportFormatTextReportFormat implementation of OutputFormat.Methods in org.openjdk.jmh.runner.format that return OutputFormat Modifier and Type Method Description static OutputFormatOutputFormatFactory. createFormatInstance(java.io.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 OutputFormat Modifier and Type Field Description private OutputFormatBinaryLinkServer. outprivate OutputFormatBinaryLinkClient. outputFormatMethods 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) -
Uses of OutputFormat in org.openjdk.jmh.validation
Classes in org.openjdk.jmh.validation that implement OutputFormat Modifier and Type Class Description classIterationScoresFormatter
-