Home
last modified time | relevance | path

Searched defs:profilingRun (Results 1 – 6 of 6) sorted by relevance

/test/vts/web/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java98 Entity profilingRun, String idString, Map<String, Graph> graphMap) { in processProfilingRun()
190 Entity profilingRun = datastore.get(KeyFactory.createKey( in doGetHandler() local
/test/vts/web/dashboard/src/main/java/com/android/vts/util/
DPerformanceSummary.java56 public void addData(Entity profilingRun) { in addData()
DProfilingPointSummary.java79 public void update(ProfilingPointRunEntity profilingRun) { in update()
DLineGraph.java120 ProfilingPointRunEntity profilingRun = profilingRuns.get(profilingRuns.size() - 1); in toJson() local
DPerformanceUtil.java223 public static String getOptionAlias(Entity profilingRun, Set<String> optionKeys) { in getOptionAlias()
/test/vts/web/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java81 Entity profilingRun = new Entity(KIND, this.name, this.parentKey); in toEntity() local