floem icon indicating copy to clipboard operation
floem copied to clipboard

Element inspector is very CPU-hungry

Open meithecatte opened this issue 6 months ago • 0 comments

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.

  1. cargo run -p widget-gallery
  2. Click "Open Inspector"
  3. Gently run your cursor up and down the View Tree
  4. Observe CPU usage in htop

meithecatte avatar Aug 03 '24 21:08 meithecatte