Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DHistogramTest.java51 histogram.plotAscii(out, 2); in testSimple()
87 histogram.plotAscii(out, 1); in testPlotCutoff()
142 histogram.plotAscii(out, 10); in testPlot()
/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() method in Histogram
DGameQualificationFpsCollector.java323 histogram.plotAscii(output, 100); in printHistogram()