Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTimeStats.cs48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()
57 var userTime = Process.GetCurrentProcess().UserProcessorTime; in GetSnapshot()
74 public TimeSpan UserProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
80 this.UserProcessorTime = userProcessorTime; in Snapshot()
86 …k {0}, userProcessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedP… in ToString()
DServerRunners.cs149 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
DClientRunners.cs182 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()