Home
last modified time | relevance | path

Searched defs:histogram (Results 1 – 3 of 3) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DHistogramTest.java39 Histogram histogram = new Histogram(data, 1L, null, null); in testSimple() local
63 Histogram histogram = new Histogram(data, 1L,-1L, 1L); in testCutoff() local
79 Histogram histogram = new Histogram(data, 1L, 1L, 3L); in testPlotCutoff() local
100 Histogram histogram = new Histogram(data, 3L, null, null); in testBuckets() local
118 Histogram histogram = new Histogram(data, 2L,-1L, 5L); in testEvenBucketSize() local
140 Histogram histogram = new Histogram(data, 1L, 0L, 10L); in testPlot() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java321 Histogram histogram = in printHistogram() local
/tools/dexter/dexter/
Dexperimental.cc458 static void PrintHistogram(const std::map<int, int> histogram, const char* name) { in PrintHistogram() argument