Class ScoreFormatter
java.lang.Object
org.openjdk.jmh.util.ScoreFormatter
-
Field Summary
Fields -
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)
-
Field Details
-
PRECISION
private static final int PRECISION -
ULP
private static final double ULP -
THRESHOLD
private static final double THRESHOLD
-
-
Constructor Details
-
ScoreFormatter
public ScoreFormatter()
-
-
Method Details
-
isApproximate
public static boolean isApproximate(double score) -
format
-
format
-
formatExact
-
formatLatex
-
formatError
-
formatError
-
superscript
-