Searched refs:getMin (Results 1 – 6 of 6) sorted by relevance
112 return getMin(); in getBestCase()121 public double getMin() { in getMin() method in StatSummary
105 public Double getMin() { in getMin() method in Histogram
113 ppSummary.getGlobalStats().getMin(), in updateLabel()
286 assertEquals(expected.getMin(), pps.getGlobalStats().getMin(), THRESHOLD); in testNewSummary()377 assertEquals(expected.getMin(), pps.getGlobalStats().getMin(), THRESHOLD); in testUpdateSummary()
250 profilingSummary.setUnindexedProperty(MIN, this.globalStats.getMin()); in toEntity()268 labelMins.add(labelStat.getMin()); in toEntity()
59 assertEquals(min, test.getMin(), threshold); in testMin()