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
{{ message }}
This repository was archived by the owner on Dec 18, 2022. It is now read-only.
When the UI takes too long on some function, it could be nice to know what's the cause of it.
It can also be useful for functions that we might be able to optimize.
Please offer some flags to handle these.
Maybe add some configuration for these. For example, we could mark it to log non-UI functions if they take more than 1sec, and for UI functions if they take more than 30ms (I'm generous because of the toll of the library).