Home
last modified time | relevance | path

Searched defs:perfSummary (Results 1 – 3 of 3) sorted by relevance

/test/vts/web/dashboard/src/main/java/com/android/vts/servlet/
DVtsPerformanceJobServlet.java243 PerformanceSummary perfSummary = new PerformanceSummary(); in doGetHandler() local
245 testKey.getName(), interval.start, interval.end, null, perfSummary); in doGetHandler() local
DShowPerformanceDigestServlet.java216 PerformanceSummary perfSummary = new PerformanceSummary(splitKeySet); in doGetHandler() local
/test/vts/web/dashboard/src/main/java/com/android/vts/util/
DPerformanceUtil.java184 String selectedDevice, PerformanceSummary perfSummary) throws IOException { in updatePerformanceSummary()