Searched refs:max_possible (Results 1 – 13 of 13) sorted by relevance
/external/grpc-grpc/src/php/tests/qps/ |
D | histogram.php | 23 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/ |
D | json_run_localhost_scenarios.bzl | 3 …max_possible": 60000000000.0}, "client_type": "ASYNC_CLIENT", "payload_config": {"simple_params": …
|
D | qps_json_driver_scenarios.bzl | 3 …max_possible": 60000000000.0}, "client_type": "SYNC_CLIENT", "payload_config": {"simple_params": {…
|
/external/grpc-grpc/src/ruby/qps/ |
D | histogram.rb | 31 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)
|
D | proxy-worker.rb | 42 @histmax = config.histogram_params.max_possible
|
D | client.rb | 63 @histmax = config.histogram_params.max_possible
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | HistogramParams.php | 29 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/ |
D | histogram.py | 27 def __init__(self, resolution, max_possible): argument 30 self._max_possible = max_possible
|
D | worker_server.py | 108 config.histogram_params.max_possible)
|
/external/grpc-grpc/test/core/util/ |
D | histogram.cc | 51 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/ |
D | stats.proto | 48 double max_possible = 2; // use enough buckets to allow this value field
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | stats.proto | 48 double max_possible = 2; // use enough buckets to allow this value field
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | stats.proto | 45 double max_possible = 2; // use enough buckets to allow this value field
|