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
A polyfill for console.time. Uses performance.now() API, if available. If it's not available, it falls back to Date, but will only get millisecond performance times instead of sub-millisecond performance times.