Home
last modified time | relevance | path

Searched defs:max_possible (Results 1 – 7 of 7) 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) {
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DHistogramParams.php29 private $max_possible = 0.0; variable in Grpc\\Testing\\HistogramParams
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dhistogram.py27 def __init__(self, resolution, max_possible): argument
/external/grpc-grpc/src/ruby/qps/
Dhistogram.rb31 def initialize(resolution, max_possible) argument
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto45 double max_possible = 2; // use enough buckets to allow this value field
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto48 double max_possible = 2; // use enough buckets to allow this value field
/external/grpc-grpc/test/core/util/
Dhistogram.cc51 double max_possible; member