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
The preview bars cause excessive CPU usage for Delta inputs if the Profile window is active.
Even if the Profile window is not visible on-screen due to being behind another window, this persists.
Maybe we should try to implement something like this, to stop the Previews from rendering unless actually visible.
Obviously doing this for each control would not be very efficient, I am thinking we would want one thread always running that periodically checks if the Profile window is currently visible, and if not, to disable rendering of Previews.
The text was updated successfully, but these errors were encountered:
The preview bars cause excessive CPU usage for Delta inputs if the Profile window is active.
Even if the Profile window is not visible on-screen due to being behind another window, this persists.
Maybe we should try to implement something like this, to stop the Previews from rendering unless actually visible.
Obviously doing this for each control would not be very efficient, I am thinking we would want one thread always running that periodically checks if the Profile window is currently visible, and if not, to disable rendering of Previews.
The text was updated successfully, but these errors were encountered: