Searched refs:MEAN (Results 1 – 3 of 3) sorted by relevance
54 public static final String MEAN = "mean"; field in ProfilingPointSummaryEntity248 profilingSummary.setUnindexedProperty(MEAN, this.globalStats.getMean()); in toEntity()293 || !e.hasProperty(MEAN) in fromEntity()308 double mean = (double) e.getProperty(MEAN); in fromEntity()
40 private static final String MEAN = "Mean"; field in ShowPerformanceDigestServlet123 tableHTML += "<th class='section-label grey lighten-2'>" + MEAN + "</th>"; in getPerformanceSummary()
53 private static final String MEAN = "Mean"; field in VtsPerformanceJobServlet158 tableHTML += "<th style='" + COL_LABEL_STYLE + "'>" + MEAN + "</th>"; in getPerformanceSummary()