Home
last modified time | relevance | path

Searched refs:DECIMAL_FORMAT (Results 1 – 1 of 1) sorted by relevance

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DUtil.java41 private static final DecimalFormat DECIMAL_FORMAT = new DecimalFormat("0.000"); field in Util
84 buf.append(DECIMAL_FORMAT.format(micros)); in durationInDurationUnitsAsStr()
88 buf.append(DECIMAL_FORMAT.format(millis)); in durationInDurationUnitsAsStr()
92 buf.append(DECIMAL_FORMAT.format(seconds)); in durationInDurationUnitsAsStr()