Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DHistogram.java29 public class Histogram extends Graph { class
44 public Histogram(String name) { in Histogram() method in Histogram
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java27 import com.android.vts.util.Histogram;
100 g = new Histogram(name); in processProfilingRun()
230 if (g instanceof Histogram) hasHistogram = true; in doGetHandler()
/test/suite_harness/common/util/tests/assets/
Darm32_libdl.txt197 Histogram for bucket list length (total of 37 buckets):
206 Histogram for `.gnu.hash' bucket list length (total of 17 buckets):
Darm64_libdl.txt192 Histogram for `.gnu.hash' bucket list length (total of 17 buckets):
Dx86app_process64.txt323 Histogram for `.gnu.hash' bucket list length (total of 3 buckets):
Dx86app_process32.txt292 Histogram for `.gnu.hash' bucket list length (total of 3 buckets):
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp203 var chart = new google.visualization.Histogram(chartDiv[0]);