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
I've been getting frequent freezes (5-10 seconds) for a while now. They happen usually after I compile and launch my project (I use a separate terminal for that) and I come back to Focus.
I can't really tell much about this freeze since I don't really do anything for it to happen other than compile my project, so my guess is it has to do with file system changes.
I guess to find out what's going on we could add instrumentation and log a message when we find a block of code that took multiple seconds to execute?
I am on Windows 10
The text was updated successfully, but these errors were encountered:
If it's possible to reproduce that consistently, would you be able to run a debug version of the editor in a profiler like Very Sleepy, reproduce a freeze and tell where the time went?
I haven't seen a single freeze like that, which would make hunting down the problem very difficult.
I've been getting frequent freezes (5-10 seconds) for a while now. They happen usually after I compile and launch my project (I use a separate terminal for that) and I come back to Focus.
I can't really tell much about this freeze since I don't really do anything for it to happen other than compile my project, so my guess is it has to do with file system changes.
I guess to find out what's going on we could add instrumentation and log a message when we find a block of code that took multiple seconds to execute?
I am on Windows 10
The text was updated successfully, but these errors were encountered: