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

Clock sample runs at half frame rate in dartium #12777

Closed
ricowind opened this issue Aug 26, 2013 · 3 comments
Closed

Clock sample runs at half frame rate in dartium #12777

ricowind opened this issue Aug 26, 2013 · 3 comments
Labels
closed-duplicate Closed in favor of an existing report

Comments

@ricowind
Copy link
Contributor

The clock sample runs at roughly half frame rate in Dartium (on windows) 30 fps, compared to running the dart2js compiled output, 60 fps, on both chrome and IE 9!

@a-siva
Copy link
Contributor

a-siva commented Aug 26, 2013

Is this a windows only problem? I tried this on my linux build and I see the clock demo running at about 62fps.

@ricowind
Copy link
Contributor Author

Hey Siva,

I don't see the issue on my Linux box either, but that is a z620.

I do see it on my Windows box (old T3400). I get more or less constantly 60 fps on dart2js compiled output in chrome and between 25 and 40 on dartium. CPU load is not going through the roof, but is pretty stable around 5-10% usage in dartium.

@jacob314
Copy link
Member

I believe the issue is request animation frame only triggering at 30fps likely due to an upstream blink bug.


Added Duplicate label.
Marked as being merged into #12442.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

4 participants