HomeSort by relevance Sort by last modified time
    Searched refs:latency_50 (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ScenarioResultSummary.php 58 * Generated from protobuf field <code>double latency_50 = 7;</code>
60 private $latency_50 = 0.0; variable
278 * Generated from protobuf field <code>double latency_50 = 7;</code>
283 return $this->latency_50;
289 * Generated from protobuf field <code>double latency_50 = 7;</code>
296 $this->latency_50 = $var; variable
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 108 latency_50 = [int(m.group(1)) for m in
115 if any([len(l) != 1 for l in [latency_50, latency_75, latency_95]]):
117 self._logperf(test_name, KEY_ENCODE_LATENCY_50, latency_50[0],
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 114 optional :latency_50, :double, 7
  /external/grpc-grpc/test/cpp/qps/
report.cc 129 result.summary().latency_50() / 1000,
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs     [all...]

Completed in 561 milliseconds