Searched defs:profilingRun (Results 1 – 6 of 6) sorted by relevance
98 Entity profilingRun, String idString, Map<String, Graph> graphMap) { in processProfilingRun()190 Entity profilingRun = datastore.get(KeyFactory.createKey( in doGetHandler() local
56 public void addData(Entity profilingRun) { in addData()
79 public void update(ProfilingPointRunEntity profilingRun) { in update()
120 ProfilingPointRunEntity profilingRun = profilingRuns.get(profilingRuns.size() - 1); in toJson() local
223 public static String getOptionAlias(Entity profilingRun, Set<String> optionKeys) { in getOptionAlias()
81 Entity profilingRun = new Entity(KIND, this.name, this.parentKey); in toEntity() local