You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("TestEvent where foo = \(event.foo), dispatched at \(dispatchTime)ns, executed at \(self.executed!)ns... Delta is \(DispatchTime(uptimeNanoseconds:self.executed!.uptimeNanoseconds - dispatchTime.uptimeNanoseconds))ns")
25
+
print("TestEvent where foo = \(event.foo), dispatched at \(dispatchTime.uptimeNanoseconds)ns, executed at \(self.executed!.uptimeNanoseconds)ns... Delta is \(DispatchTime(uptimeNanoseconds:self.executed!.uptimeNanoseconds - dispatchTime.uptimeNanoseconds).uptimeNanoseconds)ns")
0 commit comments