Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServo uses a lot of CPU when moving the mouse #18771
Open
Labels
Comments
|
Happened before: #9999 |
|
Is this on debug or release mode? |
|
@KiChjang Sorry for the late reply, this happens in release mode as well as debug mode (both flamegraphs are linked in the original comment). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even on about:blank, Servo can use 70% CPU (100% = 1 core) while moving the mouse. The cause of slowness seems to be
swrast_dri.so, not Servo itself, but it won't hurt to report this here.Release mode flamegraph
Debug mode flamegraph