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

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ClientStats.php 33 * Generated from protobuf field <code>double time_system = 4;</code>
35 private $time_system = 0.0; variable
135 * Generated from protobuf field <code>double time_system = 4;</code>
140 return $this->time_system;
144 * Generated from protobuf field <code>double time_system = 4;</code>
151 $this->time_system = $var; variable
ServerStats.php 32 * Generated from protobuf field <code>double time_system = 3;</code>
34 private $time_system = 0.0; variable
121 * Generated from protobuf field <code>double time_system = 3;</code>
126 return $this->time_system;
133 * Generated from protobuf field <code>double time_system = 3;</code>
140 $this->time_system = $var; variable
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
stats_pb.rb 11 optional :time_system, :double, 3
37 optional :time_system, :double, 4
  /external/grpc-grpc/src/python/grpcio_tests/tests/qps/
worker_server.py 63 time_system=elapsed_time)
142 time_system=elapsed_time)
  /external/grpc-grpc/test/cpp/qps/
driver.cc 100 static double SystemTime(const ClientStats& s) { return s.time_system(); }
105 static double ServerSystemTime(const ServerStats& s) { return s.time_system(); }
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Stats.cs 126 /// <summary>Field number for the "time_system" field.</summary>
    [all...]

Completed in 257 milliseconds