Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DHistogramTest.java41 Map<Long, Integer> counts = histogram.getCounts(); in testSimple()
65 Map<Long, Integer> counts = histogram.getCounts(); in testCutoff()
81 Map<Long, Integer> counts = histogram.getCounts(); in testPlotCutoff()
102 Map<Long, Integer> counts = histogram.getCounts(); in testBuckets()
120 Map<Long, Integer> counts = histogram.getCounts(); in testEvenBucketSize()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java81 SortedMap<Long, Integer> getCounts() { in getCounts() method in Histogram