Searched refs:asyncEntities (Results 1 – 2 of 2) sorted by relevance
195 Map<ProfilingPointEntity, Iterable<Entity>> asyncEntities = new HashMap<>(); in updatePerformanceSummary() local201 asyncEntities.put( in updatePerformanceSummary()208 for (ProfilingPointEntity pp : asyncEntities.keySet()) { in updatePerformanceSummary()209 for (Entity ppSummaryEntity : asyncEntities.get(pp)) { in updatePerformanceSummary()
138 Map<ProfilingPointEntity, Iterable<Entity>> asyncEntities = new HashMap<>(); in doGetHandler() local144 asyncEntities.put( in doGetHandler()159 for (Entity e : asyncEntities.get(pp)) { in doGetHandler()