Package org.openjdk.jmh.util
Class ScoreFormatter
java.lang.Object
org.openjdk.jmh.util.ScoreFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringformat(double score) static Stringformat(int width, double score) static StringformatError(double error) static StringformatError(int width, double error) static StringformatExact(int width, double score) static StringformatLatex(double score) static booleanisApproximate(double score) static Stringsuperscript(String str)
-
Constructor Details
-
ScoreFormatter
public ScoreFormatter()
-
-
Method Details
-
isApproximate
public static boolean isApproximate(double score) -
format
-
format
-
formatExact
-
formatLatex
-
formatError
-
formatError
-
superscript
-