servo/webrender
Add "number of rasterized blob image pixels" to the webrender profiler overlay
开放
#2,801 创建于 2018年6月4日
area: infrastructurearea: performancedifficulty: easyhelp wantedtype: enhancement
仓库指标
- 星标
- (3,355 个星标)
- PR 合并指标
- (平均合并 20天 5小时) (30 天内合并 1 个 PR)
描述
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.