Searched refs:lastUserTime (Results 1 – 1 of 1) sorted by relevance
42 TimeSpan lastUserTime; field in Grpc.IntegrationTesting.TimeStats48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()59 …var snapshot = new Snapshot(wallClock - lastWallClock, userTime - lastUserTime, privilegedTime - l… in GetSnapshot()64 lastUserTime = userTime; in GetSnapshot()