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