Searched refs:pp (Results 1 – 2 of 2) sorted by relevance
133 ProfilingPointEntity pp = ProfilingPointEntity.fromEntity(e); in doGetHandler() local134 if (pp == null) continue; in doGetHandler()135 profilingPoints.add(pp); in doGetHandler()139 for (ProfilingPointEntity pp : profilingPoints) { in doGetHandler()142 .setAncestor(pp.getKey()) in doGetHandler()145 pp, in doGetHandler()152 for (ProfilingPointEntity pp : profilingPoints) { in doGetHandler()153 if (!plotMap.containsKey(pp.getProfilingPointName())) { in doGetHandler()155 … pp.getProfilingPointName(), new BoxPlot(pp.getProfilingPointName(), null, pp.getXLabel())); in doGetHandler()157 BoxPlot plot = plotMap.get(pp.getProfilingPointName()); in doGetHandler()[all …]
164 ProfilingPointEntity pp = ProfilingPointEntity.fromEntity(e); in updatePerformanceSummary() local165 if (pp == null) continue; in updatePerformanceSummary()166 profilingPoints.add(pp); in updatePerformanceSummary()196 for (ProfilingPointEntity pp : profilingPoints) { in updatePerformanceSummary()199 .setAncestor(pp.getKey()) in updatePerformanceSummary()202 pp, in updatePerformanceSummary()208 for (ProfilingPointEntity pp : asyncEntities.keySet()) { in updatePerformanceSummary()209 for (Entity ppSummaryEntity : asyncEntities.get(pp)) { in updatePerformanceSummary()215 perfSummary.addData(pp, ppSummaryEntity); in updatePerformanceSummary()