Home
last modified time | relevance | path

Searched refs:time_system (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerStats.php34 private $time_system = 0.0; variable in Grpc\\Testing\\ServerStats
126 return $this->time_system;
140 $this->time_system = $var;
DClientStats.php35 private $time_system = 0.0; variable in Grpc\\Testing\\ClientStats
140 return $this->time_system;
151 $this->time_system = $var;
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto30 double time_system = 3; field
70 double time_system = 4; field
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto30 double time_system = 3; field
73 double time_system = 4; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dstats.proto30 double time_system = 3; field
73 double time_system = 4; field
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py63 time_system=elapsed_time)
142 time_system=elapsed_time)
/external/grpc-grpc/test/cpp/qps/
Ddriver.cc100 static double SystemTime(const ClientStats& s) { return s.time_system(); } in SystemTime()
105 static double ServerSystemTime(const ServerStats& s) { return s.time_system(); } in ServerSystemTime()