Home
last modified time | relevance | path

Searched refs:histogram_params (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3histogram_params": {"resolution": 0.01, "max_possible": 60000000000.0}, "client_type": "ASYNC_CLIE…
Dqps_json_driver_scenarios.bzl3histogram_params": {"resolution": 0.01, "max_possible": 60000000000.0}, "client_type": "SYNC_CLIEN…
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php67 private $histogram_params = null; variable in Grpc\\Testing\\ClientConfig
340 return $this->histogram_params;
351 $this->histogram_params = $var;
/external/grpc-grpc/src/ruby/qps/
Dproxy-worker.rb41 @histres = config.histogram_params.resolution
42 @histmax = config.histogram_params.max_possible
Dclient.rb62 @histres = config.histogram_params.resolution
63 @histmax = config.histogram_params.max_possible
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py107 qps_data = histogram.Histogram(config.histogram_params.resolution,
108 config.histogram_params.max_possible)
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto95 HistogramParams histogram_params = 12; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto96 HistogramParams histogram_params = 12; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto97 HistogramParams histogram_params = 12; field