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
Currently, moving the cursor back and forth over the View Tree of the Floem Inspector is enough to consume 100% of a CPU core. Compiled without optimizations, it updates only once or twice a second.
cargo run -p widget-gallery
Click "Open Inspector"
Gently run your cursor up and down the View Tree
Observe CPU usage in htop
The text was updated successfully, but these errors were encountered:
Currently, moving the cursor back and forth over the View Tree of the Floem Inspector is enough to consume 100% of a CPU core. Compiled without optimizations, it updates only once or twice a second.
cargo run -p widget-gallery
htop
The text was updated successfully, but these errors were encountered: