Home
last modified time | relevance | path

Searched refs:max_possible (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/
Dhistogram.php23 private $max_possible; variable in Histogram
36 public function __construct($resolution, $max_possible) { argument
38 $this->max_possible = $max_possible;
43 $this->min_seen = $max_possible;
45 $this->buckets = array_fill(0, $this->bucket_for($max_possible)+1, 0);
89 $this->min_seen = $this->max_possible;
91 $this->buckets = array_fill(0, $this->bucket_for($this->max_possible)+1, 0);
/external/grpc-grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3max_possible": 60000000000.0}, "client_type": "ASYNC_CLIENT", "payload_config": {"simple_params": …
Dqps_json_driver_scenarios.bzl3max_possible": 60000000000.0}, "client_type": "SYNC_CLIENT", "payload_config": {"simple_params": {…
/external/grpc-grpc/src/ruby/qps/
Dhistogram.rb31 def initialize(resolution, max_possible) argument
34 @max_possible=max_possible
39 @min_seen=max_possible
41 @buckets=Array.new(bucket_for(max_possible)+1, 0)
Dproxy-worker.rb42 @histmax = config.histogram_params.max_possible
Dclient.rb63 @histmax = config.histogram_params.max_possible
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DHistogramParams.php29 private $max_possible = 0.0; variable in Grpc\\Testing\\HistogramParams
70 return $this->max_possible;
83 $this->max_possible = $var;
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dhistogram.py27 def __init__(self, resolution, max_possible): argument
30 self._max_possible = max_possible
Dworker_server.py108 config.histogram_params.max_possible)
/external/grpc-grpc/test/core/util/
Dhistogram.cc51 double max_possible; member
65 size_t bucket = bucket_for_unchecked(h, GPR_CLAMP(x, 1.0, h->max_possible)); in bucket_for()
85 h->max_possible = max_bucket_start; in grpc_histogram_create()
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto48 double max_possible = 2; // use enough buckets to allow this value field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dstats.proto48 double max_possible = 2; // use enough buckets to allow this value field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto45 double max_possible = 2; // use enough buckets to allow this value field