Uses of Class
org.openjdk.jmh.results.format.ResultFormatType
-
Packages that use ResultFormatType Package Description org.openjdk.jmh.results.format org.openjdk.jmh.runner org.openjdk.jmh.runner.options -
-
Uses of ResultFormatType in org.openjdk.jmh.results.format
Methods in org.openjdk.jmh.results.format that return ResultFormatType Modifier and Type Method Description static ResultFormatType
ResultFormatType. valueOf(java.lang.String name)
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 ResultFormatType Modifier and Type Method Description static ResultFormat
ResultFormatFactory. getInstance(ResultFormatType type, java.io.PrintStream out)
Get the instance of ResultFormat of given type which write the result to out.static ResultFormat
ResultFormatFactory. getInstance(ResultFormatType type, java.lang.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 ResultFormatType Modifier and Type Field Description static 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 ResultFormatType Modifier and Type Field Description private Optional<ResultFormatType>
CommandLineOptions. resultFormat
private Optional<ResultFormatType>
OptionsBuilder. rfType
Methods in org.openjdk.jmh.runner.options that return types with arguments of type ResultFormatType Modifier and Type Method Description Optional<ResultFormatType>
CommandLineOptions. getResultFormat()
Optional<ResultFormatType>
Options. getResultFormat()
Result format to useOptional<ResultFormatType>
OptionsBuilder. getResultFormat()
Methods in org.openjdk.jmh.runner.options with parameters of type ResultFormatType Modifier and Type Method Description ChainedOptionsBuilder
ChainedOptionsBuilder. resultFormat(ResultFormatType type)
ResultFormatType to use in the runChainedOptionsBuilder
OptionsBuilder. resultFormat(ResultFormatType type)
-