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 ResultFormatTypeResultFormatType. valueOf(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 ResultFormatResultFormatFactory. getInstance(ResultFormatType type, PrintStream out)Get the instance of ResultFormat of given type which write the result to out.static ResultFormatResultFormatFactory. 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 ResultFormatType Modifier and Type Field Description static ResultFormatTypeDefaults. RESULT_FORMATThe defaultResultFormatTypeto use. -
Uses of ResultFormatType in org.openjdk.jmh.runner.options
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 ChainedOptionsBuilderChainedOptionsBuilder. resultFormat(ResultFormatType type)ResultFormatType to use in the runChainedOptionsBuilderOptionsBuilder. resultFormat(ResultFormatType type)
-