1716 Android Performance Patterns: Understanding Overdraw
Android Performance Patterns: Understanding Overdraw

Android Performance Patterns: Understanding Overdraw

❤ 521 , Категория: Новости,   ⚑ 17 Авг 2017г



One of the most problematic performance problems on Android is the easiest to create; thankfully, it’s also easy to fix.

OVERDRAW is a term used to describe how many times a pixel has been re-drawn in a single frame of rendering. It’s a troublesome issue, because in most cases, pixels that are overdrawn do not end up contributing to the final rendered image. As such, it amounts to wasted work for your GPU and CPU.

Fixing overdraw has everything to do with using the available on-device tools, like Show GPU Overdraw, and then adjusting your view hierarchy in order to reduce areas where it may be occurring.

In this video, +Colt McAnlis runs through the problem, takes a look at the tools, and talks about some great ways to solve this issue in your own application.

Watch more Android Performance Patterns here: http://goo.gl/3dBbse

#develop, #performance, #render, #overdraw #gpu

Источник


По теме: ( из рубрики Новости )

Оставить отзыв

Ваш адрес email не будет опубликован. Обязательные поля помечены *

*
*

четыре × пять =

Похожие записи

наверх