Closed
Bug 1432849
Opened 7 years ago
Closed 6 years ago
Consider modifying rasterflood talos tests to better showcase parallel painting with tiled OMTP
Categories
(Core :: Graphics: Layers, defect, P3)
Core
Graphics: Layers
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: rhunt, Assigned: rhunt)
References
Details
(Whiteboard: [gfx-noted])
I was testing enabling parallel painting with tiled OMTP and noticed that the rasterflood talos tests did not show much improvement. Looking at the test, I noticed that the painting is primarily happening in one tile of the screen.
Modifying the test so the animation grows larger to cover more tiles shows a much larger improvement for parallel painting.
rasterflood_svg (kMaxSize += 500px):
OMTP: 28602.42
Parallel OMTP: 12593.09
I think it makes sense to modify the microbenchmark to highlight the improvement here.
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Closing this as I have no plans on doing this now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•