Searched refs:getIdleCpuTime (Results 1 – 2 of 2) sorted by relevance
177 public function getIdleCpuTime() function in Grpc\\Testing\\ServerStats
65 long getIdleCpuTime(); in getIdleCpuTime() method244 public long getIdleCpuTime() { in getIdleCpuTime() method in Stats.ServerStats353 result = result && (getIdleCpuTime() in equals()354 == other.getIdleCpuTime()); in equals()382 getIdleCpuTime()); in hashCode()608 if (other.getIdleCpuTime() != 0L) { in mergeFrom()609 setIdleCpuTime(other.getIdleCpuTime()); in mergeFrom()804 public long getIdleCpuTime() { in getIdleCpuTime() method in Stats.ServerStats.Builder