servo/webrender

Add "number of rasterized blob image pixels" to the webrender profiler overlay

Open

#2,801 opened on Jun 4, 2018

View on GitHub
 (6 comments) (1 reaction) (0 assignees)Rust (319 forks)github user discovery
area: infrastructurearea: performancedifficulty: easyhelp wantedtype: enhancement

Repository metrics

Stars
 (3,355 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide