servo/webrender

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

Aberta

#2.801 aberto em 4 de jun. de 2018

 (6 comentários) (1 reação) (0 responsável)Rust (319 forks)github user discovery
area: infrastructurearea: performancedifficulty: easyhelp wantedtype: enhancement

Métricas do repositório

Stars
 (3.355 estrelas)
Métricas de merge de PR
 (Mesclagem média 20d 5h) (1 fundiu PR em 30d)

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.

Guia do colaborador