Searched refs:getHistogramParams (Results 1 – 4 of 4) sorted by relevance
78 $histres = $config->getHistogramParams()->getResolution();79 $histmax = $config->getHistogramParams()->getMaxPossible();
168 recorder = new Recorder((long) config.getHistogramParams().getMaxPossible(), 3); in LoadClient()234 double resolution = 1.0 + Math.max(config.getHistogramParams().getResolution(), 0.01); in getStats()244 while (base < config.getHistogramParams().getMaxPossible()) { in getStats()
338 public function getHistogramParams() function in Grpc\\Testing\\ClientConfig
3741 io.grpc.benchmarks.proto.Stats.HistogramParams getHistogramParams(); in getHistogramParams() method4257 public io.grpc.benchmarks.proto.Stats.HistogramParams getHistogramParams() { in getHistogramParams() method in Control.ClientConfig4264 return getHistogramParams(); in getHistogramParamsOrBuilder()4442 output.writeMessage(12, getHistogramParams()); in writeTo()4513 .computeMessageSize(12, getHistogramParams()); in getSerializedSize()4587 result = result && getHistogramParams() in equals()4588 .equals(other.getHistogramParams()); in equals()4639 hash = (53 * hash) + getHistogramParams().hashCode(); in hashCode()4983 mergeHistogramParams(other.getHistogramParams()); in mergeFrom()5796 public io.grpc.benchmarks.proto.Stats.HistogramParams getHistogramParams() { in getHistogramParams() method in Control.ClientConfig.Builder[all …]