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

Performance Regression: Glutin on Linux #267

Open
mattico opened this issue May 22, 2016 · 1 comment
Open

Performance Regression: Glutin on Linux #267

mattico opened this issue May 22, 2016 · 1 comment
Labels

Comments

@mattico
Copy link
Contributor

mattico commented May 22, 2016

I noticed a performance regression with the new glutin code while running on Linux. I'm getting numbers that look like this:

New Windows: ~750 fps
New Linux: ~50 fps
Old Linux: ~250 fps

Same hardware for all of them. Windows 10 x64. Ubuntu 16.04 x64 with Nvidia 361.42 drivers.

Could be an issue with glutin maybe?

@mattico mattico added the bug label May 22, 2016
@eddyb
Copy link
Contributor

eddyb commented May 22, 2016

That sounds like vsync + some input loop delays causing frame drops on top.
Although, I'm not sure, just speculating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants