Uses of Enum
org.openjdk.jmh.results.format.ResultFormatType
Packages that use ResultFormatType
Package
Description
-
Uses of ResultFormatType in org.openjdk.jmh.results.format
Methods in org.openjdk.jmh.results.format that return ResultFormatTypeModifier and TypeMethodDescriptionstatic ResultFormatType
Returns the enum constant of this type with the specified name.static ResultFormatType[]
ResultFormatType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmh.results.format with parameters of type ResultFormatTypeModifier and TypeMethodDescriptionstatic ResultFormat
ResultFormatFactory.getInstance
(ResultFormatType type, PrintStream out) Get the instance of ResultFormat of given type which write the result to out.static ResultFormat
ResultFormatFactory.getInstance
(ResultFormatType type, String file) Get the instance of ResultFormat of given type which writes the result to file -
Uses of ResultFormatType in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as ResultFormatTypeModifier and TypeFieldDescriptionstatic final ResultFormatType
Defaults.RESULT_FORMAT
The defaultResultFormatType
to use. -
Uses of ResultFormatType in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options with type parameters of type ResultFormatTypeModifier and TypeFieldDescriptionprivate final Optional
<ResultFormatType> CommandLineOptions.resultFormat
private Optional
<ResultFormatType> OptionsBuilder.rfType
Methods in org.openjdk.jmh.runner.options that return types with arguments of type ResultFormatTypeModifier and TypeMethodDescriptionCommandLineOptions.getResultFormat()
Options.getResultFormat()
Result format to useOptionsBuilder.getResultFormat()
Methods in org.openjdk.jmh.runner.options with parameters of type ResultFormatTypeModifier and TypeMethodDescriptionChainedOptionsBuilder.resultFormat
(ResultFormatType type) ResultFormatType to use in the runOptionsBuilder.resultFormat
(ResultFormatType type)