Searched refs:WallClockTime (Results 1 – 7 of 7) sorted by relevance
/third_party/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | BlockVerifier.cpp | 29 case BlockVerifier::State::WallClockTime: in recordToString() 69 {State::NewBuffer, {mask(State::WallClockTime)}}, in transition() 71 {State::WallClockTime, in transition() 141 return transition(State::WallClockTime); in visit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | BlockVerifier.h | 30 WallClockTime, enumerator
|
D | FDRRecords.h | 76 WallClockTime, enumerator 141 MetadataType::WallClockTime) {} in WallclockRecord() 145 MetadataType::WallClockTime), in WallclockRecord()
|