Searched refs:time_system (Results 1 – 7 of 7) sorted by relevance
34 private $time_system = 0.0; variable in Grpc\\Testing\\ServerStats126 return $this->time_system;140 $this->time_system = $var;
35 private $time_system = 0.0; variable in Grpc\\Testing\\ClientStats140 return $this->time_system;151 $this->time_system = $var;
30 double time_system = 3; field70 double time_system = 4; field
30 double time_system = 3; field73 double time_system = 4; field
63 time_system=elapsed_time)142 time_system=elapsed_time)
100 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()