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

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ScenarioResultSummary.php 52 * Generated from protobuf field <code>double client_user_time = 6;</code>
54 private $client_user_time = 0.0; variable
252 * Generated from protobuf field <code>double client_user_time = 6;</code>
257 return $this->client_user_time;
263 * Generated from protobuf field <code>double client_user_time = 6;</code>
270 $this->client_user_time = $var; variable
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 113 optional :client_user_time, :double, 6
  /external/grpc-grpc/test/cpp/qps/
report.cc 144 result.summary().client_user_time());
driver.cc 140 auto client_user_time = 100.0 * sum(result->client_stats(), UserTime) / local
146 result->mutable_summary()->set_client_user_time(client_user_time);
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs     [all...]

Completed in 76 milliseconds