Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java124 int barLength = in plotAscii() local
128 String bar = String.join("", Collections.nCopies(barLength, "=")); in plotAscii()