Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very high CPU usage on Wayland #2558

Open
4 tasks done
vladh opened this issue Aug 25, 2024 · 0 comments
Open
4 tasks done

Very high CPU usage on Wayland #2558

vladh opened this issue Aug 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vladh
Copy link
Contributor

vladh commented Aug 25, 2024

Is your issue REALLY a bug?

  • My issue is indeed a bug!
  • I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

Running the hello world example on Wayland results in 170% CPU usage. Running the same example on X11 results in ~0% CPU usage. Running wgpu's hello_triangle also results in ~0% CPU usage.

I've tried some basic profiling with samply but have been unsuccessful as my call stack is full of radeonsi_dri.so calls in the first 400ms after launch, and is then empty, so my profiling must be missing some calls.

What is the expected behavior?

I would expect very low CPU usage on Wayland when running the hello world example.

Version

crates.io release

Operating System

Linux

Do you have any log output?

No response

@vladh vladh added the bug Something isn't working label Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant