Searched refs:profilingPoints (Results 1 – 5 of 5) sorted by relevance
128 List<ProfilingPointEntity> profilingPoints = new ArrayList<>(); in doGetHandler() local135 profilingPoints.add(pp); in doGetHandler()139 for (ProfilingPointEntity pp : profilingPoints) { in doGetHandler()152 for (ProfilingPointEntity pp : profilingPoints) { in doGetHandler()
244 Set<String> profilingPoints = new HashSet<>(); in doGetHandler() local251 profilingPoints.add(e.getKey().getName()); in doGetHandler()254 if (profilingPoints.size() == 0) { in doGetHandler()257 profilingPointNames.addAll(profilingPoints); in doGetHandler()
172 Map<Key, Entity> profilingPoints = datastore.get(gets); in doGetHandler() local174 for (Key key : profilingPoints.keySet()) { in doGetHandler()175 testRunProfiling.put(key.getParent(), profilingPoints.get(key)); in doGetHandler()
159 List<ProfilingPointEntity> profilingPoints = new ArrayList<>(); in updatePerformanceSummary() local166 profilingPoints.add(pp); in updatePerformanceSummary()196 for (ProfilingPointEntity pp : profilingPoints) { in updatePerformanceSummary()
178 Iterable<Entity> profilingPoints = datastore.prepare(profilingPointQuery).asIterable(); in processProfilingPoints() local180 for (Entity e : profilingPoints) { in processProfilingPoints()