Searched refs:WallClockTime (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TimeStats.cs | 73 public TimeSpan WallClockTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot 79 this.WallClockTime = wallClockTime; in Snapshot() 86 …napshot: wallClock {0}, userProcessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessor… in ToString()
|
D | ServerRunners.cs | 144 …onCount(0), GC.CollectionCount(1), GC.CollectionCount(2), timeSnapshot.WallClockTime.TotalSeconds); in GetStats() 148 TimeElapsed = timeSnapshot.WallClockTime.TotalSeconds, in GetStats()
|
D | ClientRunners.cs | 176 …onCount(1), GC.CollectionCount(2), statsResetCount.Count, timeSnapshot.WallClockTime.TotalSeconds); in GetStats() 181 TimeElapsed = timeSnapshot.WallClockTime.TotalSeconds, in GetStats()
|
D | StressTestClient.cs | 285 return (long) (snapshot.Count / timeSnapshot.WallClockTime.TotalSeconds); in GetQpsAndReset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | XRayFDRFormat.rst | 243 WallClockTime Records 372 - ThreadBuffer := NewBuffer WallClockTime NewCPUId BodySequence* End
|