Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java99 int maxCount = 0; in plotAscii() local
102 if (count > maxCount) { in plotAscii()
103 maxCount = count; in plotAscii()
125 (maxCount > maxBarLength) in plotAscii()
126 ? (entry.getValue() * maxBarLength + maxCount - 1) / maxCount in plotAscii()