Searched refs:histogram (Results 1 – 6 of 6) sorted by relevance
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/ |
D | HistogramTest.java | 39 Histogram histogram = new Histogram(data, 1L, null, null); in testSimple() local 41 Map<Long, Integer> counts = histogram.getCounts(); in testSimple() 51 histogram.plotAscii(out, 2); in testSimple() 63 Histogram histogram = new Histogram(data, 1L,-1L, 1L); in testCutoff() local 65 Map<Long, Integer> counts = histogram.getCounts(); in testCutoff() 79 Histogram histogram = new Histogram(data, 1L, 1L, 3L); in testPlotCutoff() local 81 Map<Long, Integer> counts = histogram.getCounts(); in testPlotCutoff() 87 histogram.plotAscii(out, 1); in testPlotCutoff() 100 Histogram histogram = new Histogram(data, 3L, null, null); in testBuckets() local 102 Map<Long, Integer> counts = histogram.getCounts(); in testBuckets() [all …]
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | GameQualificationFpsCollector.java | 321 Histogram histogram = in printHistogram() local 323 histogram.plotAscii(output, 100); in printHistogram()
|
/tools/dexter/dexter/ |
D | experimental.cc | 457 static void PrintHistogram(const std::map<int, int> histogram, const char* name) { in PrintHistogram() argument 460 for (const auto& kv : histogram) { in PrintHistogram() 464 for (const auto& kv : histogram) { in PrintHistogram()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 150 hist, edges = numpy.histogram(milli_amps,
|
/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/tradefed/ |
D | tradefed-contrib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-contrib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |