Uses of Interface
org.openjdk.jmh.results.format.ResultFormat
Packages that use ResultFormat
-
Uses of ResultFormat in org.openjdk.jmh.results.format
Classes in org.openjdk.jmh.results.format that implement ResultFormatModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
Methods in org.openjdk.jmh.results.format that return ResultFormatModifier 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