Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java54 Long bucketSize, in Histogram() argument
57 mBucketSize = bucketSize; in Histogram()
72 } else if (mMaxCutoff != null && bucket > mMaxCutoff - bucketSize){ in Histogram()
75 mCounts.putIfAbsent(bucket + bucketSize, 0); in Histogram()