Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java95 public void plotAscii(OutputStream output, int maxBarLength) throws IOException { in plotAscii() argument
125 (maxCount > maxBarLength) in plotAscii()
126 ? (entry.getValue() * maxBarLength + maxCount - 1) / maxCount in plotAscii()
131 … "%" + maxKeyLength + "d| %-" + maxBarLength + "s (%d = %.1f%%) {%.1f%%}\n", in plotAscii()