Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_profiling_overview.jsp50 * Draw a box plot.
56 function drawBoxPlot(container, plot) {
59 plot.seriesList.forEach(function(series) {
67 var rows = plot.values.map(function(day) {
92 title: plot.name,
118 title: plot.y_label,
141 var plot = new google.visualization.LineChart(container[0]);
142 plot.draw(data, options);
151 var plot = $('<div class="box-plot row card"></div>');
152 plot.appendTo(container);
[all …]
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java157 BoxPlot plot = plotMap.get(pp.getProfilingPointName()); in doGetHandler() local
162plot.addSeriesData(Long.toString(pps.getStartTime()), pps.getSeries(), pps.getGlobalStats()); in doGetHandler()
169 plot.setLabels(timestampStrings); in doGetHandler()
174 BoxPlot plot = plotMap.get(key); in doGetHandler() local
175 if (plot.size() == 0) continue; in doGetHandler()
176 plots.add(plot); in doGetHandler()
/test/vti/dashboard/src/main/webapp/css/
Dshow_profiling_overview.css16 .row.card.box-plot {
/test/mlts/benchmark/tools/
Dtensor_utils.py280 plt.plot()