Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTimeStats.cs41 DateTime lastWallClock; field in Grpc.IntegrationTesting.TimeStats
47 lastWallClock = DateTime.UtcNow; in TimeStats()
59 …var snapshot = new Snapshot(wallClock - lastWallClock, userTime - lastUserTime, privilegedTime - l… in GetSnapshot()
63 lastWallClock = wallClock; in GetSnapshot()