reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/XRay/BlockIndexer.cpp
   22   CurrentBlock.WallclockTime = &R;
   87                         CurrentBlock.WallclockTime,
   92   CurrentBlock.WallclockTime = nullptr;
lib/XRay/Trace.cpp
  332         return (L.WallclockTime->seconds() < R.WallclockTime->seconds() &&
  332         return (L.WallclockTime->seconds() < R.WallclockTime->seconds() &&
  333                 L.WallclockTime->nanos() < R.WallclockTime->nanos());
  333                 L.WallclockTime->nanos() < R.WallclockTime->nanos());