floem
floem copied to clipboard
Element inspector is very CPU-hungry
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