Home
last modified time | relevance | path

Searched refs:client_system_time (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DScenarioResultSummary.php48 private $client_system_time = 0.0; variable in Grpc\\Testing\\ScenarioResultSummary
231 return $this->client_system_time;
244 $this->client_system_time = $var;
/external/grpc-grpc/test/cpp/qps/
Dreport.cc142 result.summary().client_system_time()); in ReportTimes()
Ddriver.cc138 auto client_system_time = 100.0 * sum(result->client_stats(), SystemTime) / in postprocess_scenario_result() local
145 result->mutable_summary()->set_client_system_time(client_system_time); in postprocess_scenario_result()
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto230 double client_system_time = 5; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto217 double client_system_time = 5; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto243 double client_system_time = 5; field