Searched refs:getMax (Results 1 – 7 of 7) sorted by relevance
110 return getMax(); in getBestCase()130 public double getMax() { in getMax() method in StatSummary
114 public Double getMax() { in getMax() method in Histogram
114 ppSummary.getGlobalStats().getMax(), in updateLabel()
285 assertEquals(expected.getMax(), pps.getGlobalStats().getMax(), THRESHOLD); in testNewSummary()376 assertEquals(expected.getMax(), pps.getGlobalStats().getMax(), THRESHOLD); in testUpdateSummary()
73 assertEquals(max, test.getMax(), threshold); in testMax()
132 public static double getMax(double[] data) { in getMax() method in Stat
251 profilingSummary.setUnindexedProperty(MAX, this.globalStats.getMax()); in toEntity()269 labelMaxes.add(labelStat.getMax()); in toEntity()