servo/webrender
Add "number of rasterized blob image pixels" to the webrender profiler overlay
Aperta
#2801 aperta il 4 giu 2018
area: infrastructurearea: performancedifficulty: easyhelp wantedtype: enhancement
Metriche repository
- Star
- (3355 stelle)
- Metriche merge PR
- (Merge medio 20g 5h) (1 PR mergiata in 30 g)
Descrizione
Sometimes Gecko produces very large blob items, and it looks like there are cases where webrender chooses to rasterize the entire item instead of just the portion on the screen. It would be nice to be able to detect these cases with the webrender profiler. Usually I only notice these cases due to jank from the texture upload.