Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStats.cs148 public ulong TotalCpuTime { property in Grpc.Testing.ServerStats
213 if (TotalCpuTime != other.TotalCpuTime) return false; in Equals()
226 if (TotalCpuTime != 0UL) hash ^= TotalCpuTime.GetHashCode(); in GetHashCode()
255 if (TotalCpuTime != 0UL) { in WriteTo()
257 output.WriteUInt64(TotalCpuTime); in WriteTo()
288 if (TotalCpuTime != 0UL) { in CalculateSize()
289 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(TotalCpuTime); in CalculateSize()
320 if (other.TotalCpuTime != 0UL) { in MergeFrom()
321 TotalCpuTime = other.TotalCpuTime; in MergeFrom()
359 TotalCpuTime = input.ReadUInt64(); in MergeFrom()