Searched refs:unitInBytes (Results 1 – 1 of 1) sorted by relevance
311 private String formatText(double v, double unitInBytes) { in formatText() argument314 return formatter.format((double) (v / unitInBytes)); in formatText()