Uses of Interface
org.openjdk.jmh.results.format.ResultFormat
-
Packages that use ResultFormat Package Description org.openjdk.jmh.results.format -
-
Uses of ResultFormat in org.openjdk.jmh.results.format
Classes in org.openjdk.jmh.results.format that implement ResultFormat Modifier and Type Class Description (package private) class
JSONResultFormat
(package private) class
LaTeXResultFormat
(package private) class
TextResultFormat
(package private) class
XSVResultFormat
Methods in org.openjdk.jmh.results.format that return ResultFormat 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
-