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 ResultFormatTypeReturns 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 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 ResultFormatTypeModifier and TypeFieldDescriptionstatic final 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 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)