Home
last modified time | relevance | path

Searched refs:getHistogramParams (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/
Dclient.php78 $histres = $config->getHistogramParams()->getResolution();
79 $histmax = $config->getHistogramParams()->getMaxPossible();
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java168 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()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php338 public function getHistogramParams() function in Grpc\\Testing\\ClientConfig
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3741 io.grpc.benchmarks.proto.Stats.HistogramParams getHistogramParams(); in getHistogramParams() method
4257 public io.grpc.benchmarks.proto.Stats.HistogramParams getHistogramParams() { in getHistogramParams() method in Control.ClientConfig
4264 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 …]