Searched refs:UserProcessorTime (Results 1 – 3 of 3) sorted by relevance
48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()57 var userTime = Process.GetCurrentProcess().UserProcessorTime; in GetSnapshot()74 public TimeSpan UserProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot80 this.UserProcessorTime = userProcessorTime; in Snapshot()86 …k {0}, userProcessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedP… in ToString()
149 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
182 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()