servo/webrender

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

Offen

#2.801 geöffnet am 04.06.2018

 (6 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (319 Forks)github user discovery
area: infrastructurearea: performancedifficulty: easyhelp wantedtype: enhancement

Repository-Metriken

Stars
 (3.355 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 20T 5h) (1 gemergte PR in 30 T)

Beschreibung

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