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
Each name space has it's own millisecond diff. So you see +10s inmediately after a +1ms sometimes because that namespace hadn't been called in +10s and there's no way to know how much time it took since last logged debug call, which should be +1ms or something like that.
if these are subsequent, it should be +10s for first and +1ms for the second.
Hey guys,
Is there any way to get a general non-namespaced millisecond diff?
It would be great to see if anything is blocking the event loop. And which things take long.
The text was updated successfully, but these errors were encountered: