Home | History | Annotate | Download | only in metrics

Lines Matching defs:max

150             j.add(String.format("dns avg=%dms max=%dms err=%.1f%% tot=%d",
151 (int) dnsLatencies.average(), (int) dnsLatencies.max,
153 j.add(String.format("connect avg=%dms max=%dms err=%.1f%% tot=%d",
154 (int) connectLatencies.average(), (int) connectLatencies.max,
167 public double max = Double.MIN_VALUE;
173 this.max = Math.max(this.max, that.max);
183 max = Math.max(max, value);