Searched refs:pt (Results 1 – 7 of 7) sorted by relevance
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsPerformanceJobServletTest.java | 124 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode); in setUp() local 126 summary.updateLabel(pt, LABEL); in setUp() 127 summary.updateLabel(pt, LABEL); in setUp() 129 summary.update(pt); in setUp() 130 summary.update(pt); in setUp() 136 pt = createProfilingReport(LABELS, LOW_VALS, mode); in setUp() 138 summary.updateLabel(pt, LABEL); in setUp() 139 summary.updateLabel(pt, LABEL); in setUp() 141 summary.update(pt); in setUp() 142 summary.update(pt); in setUp() [all …]
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | ProfilingPointSummaryTest.java | 80 ProfilingPointSummaryEntity pt = createProfilingReport(labels, values, mode); in setUp() local 81 summary.update(pt); in setUp() 124 ProfilingPointSummaryEntity pt = createProfilingReport(labels, values, mode); in testIterator() local 125 summary.update(pt); in testIterator() 138 ProfilingPointSummaryEntity pt = createProfilingReport(labels, values, mode); in testUpdateLabelGrouped() local 139 summary.updateLabel(pt, labels[0]); in testUpdateLabelGrouped()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowGraphServlet.java | 93 ProfilingPointRunEntity pt = ProfilingPointRunEntity.fromEntity(profilingRun); in processProfilingRun() local 94 if (pt == null) return; in processProfilingRun() 95 String name = PerformanceUtil.getOptionAlias(pt, splitKeySet); in processProfilingRun() 97 if (pt.getLabels() != null && pt.getLabels().size() == pt.getValues().size()) { in processProfilingRun() 99 } else if (pt.getLabels() == null && pt.getValues().size() > 0) { in processProfilingRun() 107 graphMap.get(name).addData(idString, pt); in processProfilingRun()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | LineGraph.java | 132 ProfilingPointRunEntity pt = profilingRuns.get(reportIndex); in toJson() local 133 for (int i = 0; i < pt.getLabels().size(); i++) { in toJson() 134 String label = pt.getLabels().get(i); in toJson() 141 lineGraphValues[labelIndex][reportIndex] = pt.getValues().get(i); in toJson()
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_table.jsp | 272 <c:forEach items='${profilingPointNames}' var='pt'> 273 … <c:set var='profPointArgs' value='testName=${testName}&profilingPoint=${pt}'/> 276 class='collection-item profiling-point-name'>${pt}
|
D | show_tree.jsp | 241 <c:forEach items='${profilingPointNames}' var='pt'> 242 … <c:set var='profPointArgs' value='testName=${testName}&profilingPoint=${pt}'/> 245 class='collection-item profiling-point-name'>${pt}
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …pt=0,vt=1,yt=2,bt=3,xt=4,_t=5,kt=6,wt=7,Mt=8;function St(t){return Dt(t)?366:365}function Dt(t){re…
|