Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java21 import com.android.vts.util.BoxPlot;
151 Map<String, BoxPlot> plotMap = new HashMap<>(); in doGetHandler()
155 … pp.getProfilingPointName(), new BoxPlot(pp.getProfilingPointName(), null, pp.getXLabel())); in doGetHandler()
157 BoxPlot plot = plotMap.get(pp.getProfilingPointName()); in doGetHandler()
172 List<BoxPlot> plots = new ArrayList<>(); in doGetHandler()
174 BoxPlot plot = plotMap.get(key); in doGetHandler()
182 .registerTypeHierarchyAdapter(BoxPlot.class, new GraphSerializer()) in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DBoxPlot.java32 public class BoxPlot extends Graph { class
51 public BoxPlot(String name, String xLabel, String yLabel) { in BoxPlot() method in BoxPlot
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_profiling_overview.jsp54 * lineGraph: a JSON-serialized BoxPlot.