Closed
Bug 1470327
Opened 6 years ago
Closed 6 years ago
Very high fps on ConUHacks III site
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
When I visited "ConUHacks III" site, webrender profiler showed very high fps( around 110-120fps) on my Win10 desktop PC.
https://conuhacks.io/
I did not saw such high fps on another web sites.
Assignee | ||
Comment 1•6 years ago
|
||
When gfx.webrender.async-scene-build was false, it was 60fps.
Comment 2•6 years ago
|
||
The patches I wrote for https://github.com/servo/webrender/issues/2807 might help here
Assignee | ||
Updated•6 years ago
|
See Also: → https://github.com/servo/webrender/issues/2807
Assignee | ||
Comment 3•6 years ago
|
||
Youtube 30fps video playback rendered with 60fps. It seems like same problem.
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #4)
> Comment 3 seems like a different problem than comment 0.
Created Bug 1474532.
Assignee | ||
Updated•6 years ago
|
See Also: → https://github.com/servo/webrender/pull/2889
Assignee | ||
Comment 6•6 years ago
|
||
Current webrender does not count fps of frame generation. Instead, it counts calls of render_impl()s.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•6 years ago
|
Comment 8•6 years ago
|
||
This should be fixed now with the WR update.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•