Searched refs:getMaxPossible (Results 1 – 4 of 4) sorted by relevance
68 public function getMaxPossible() function in Grpc\\Testing\\HistogramParams
79 $histmax = $config->getHistogramParams()->getMaxPossible();
168 recorder = new Recorder((long) config.getHistogramParams().getMaxPossible(), 3); in LoadClient()244 while (base < config.getHistogramParams().getMaxPossible()) { in getStats()
940 double getMaxPossible(); in getMaxPossible() method1050 public double getMaxPossible() { in getMaxPossible() method in Stats.HistogramParams1109 java.lang.Double.doubleToLongBits(getMaxPossible()) in equals()1111 other.getMaxPossible())); in equals()1128 java.lang.Double.doubleToLongBits(getMaxPossible())); in hashCode()1334 if (other.getMaxPossible() != 0D) { in mergeFrom()1335 setMaxPossible(other.getMaxPossible()); in mergeFrom()1410 public double getMaxPossible() { in getMaxPossible() method in Stats.HistogramParams.Builder