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