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 OutputFormat
BaseRunner. out
private OutputFormat
BenchmarkHandler. out
private OutputFormat
OutputFormatAdapter. out
Methods in org.openjdk.jmh.runner that return OutputFormat Modifier and Type Method Description private static OutputFormat
Runner. 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) class
AbstractOutputFormat
(package private) class
SilentFormat
Silent format, does nothing.(package private) class
TextReportFormat
TextReportFormat implementation of OutputFormat.Methods in org.openjdk.jmh.runner.format that return OutputFormat Modifier and Type Method Description static OutputFormat
OutputFormatFactory. 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 OutputFormat
BinaryLinkServer. out
private OutputFormat
BinaryLinkClient. outputFormat
Methods in org.openjdk.jmh.runner.link that return OutputFormat Modifier and Type Method Description OutputFormat
BinaryLinkClient. 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 class
IterationScoresFormatter
-