Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java173 Map<Key, Entity> testRunProfiling = new HashMap<>(); in doGetHandler() local
175 testRunProfiling.put(key.getParent(), profilingPoints.get(key)); in doGetHandler()
197 if (testRunProfiling.containsKey(device.getParent())) { in doGetHandler()
213 for (Key runKey : testRunProfiling.keySet()) { in doGetHandler()
216 processProfilingRun(testRunProfiling.get(runKey), idString, graphMap); in doGetHandler()