Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTimeStats.cs73 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()
DServerRunners.cs144 …onCount(0), GC.CollectionCount(1), GC.CollectionCount(2), timeSnapshot.WallClockTime.TotalSeconds); in GetStats()
148 TimeElapsed = timeSnapshot.WallClockTime.TotalSeconds, in GetStats()
DClientRunners.cs176 …onCount(1), GC.CollectionCount(2), statsResetCount.Count, timeSnapshot.WallClockTime.TotalSeconds); in GetStats()
181 TimeElapsed = timeSnapshot.WallClockTime.TotalSeconds, in GetStats()
DStressTestClient.cs285 return (long) (snapshot.Count / timeSnapshot.WallClockTime.TotalSeconds); in GetQpsAndReset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockVerifier.cpp29 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/
DBlockVerifier.h30 WallClockTime, enumerator
DFDRRecords.h76 WallClockTime, enumerator
141 MetadataType::WallClockTime) {} in WallclockRecord()
145 MetadataType::WallClockTime), in WallclockRecord()