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

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ScenarioResultSummary.php 46 * Generated from protobuf field <code>double client_system_time = 5;</code>
48 private $client_system_time = 0.0; variable
226 * Generated from protobuf field <code>double client_system_time = 5;</code>
231 return $this->client_system_time;
237 * Generated from protobuf field <code>double client_system_time = 5;</code>
244 $this->client_system_time = $var; variable
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 112 optional :client_system_time, :double, 5
  /external/grpc-grpc/test/cpp/qps/
report.cc 142 result.summary().client_system_time());
driver.cc 138 auto client_system_time = 100.0 * sum(result->client_stats(), SystemTime) / local
145 result->mutable_summary()->set_client_system_time(client_system_time);
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs     [all...]

Completed in 54 milliseconds