page.title=Debug GPU Overdraw Walkthrough meta.tags="android, performance, profiling, tools, rendering, overdraw" page.tags="android", "performance", "profiling", "tools", "rendering", "overdraw" page.metaDescription=Use color-coding to show how many times each pixel is redrawn on the screen to reduce rendering overhead. page.image=tools/performance/thumbnails/tools_debug_gpu_overdraw.png page.article=true @jd:body

In this document

You should also read

This walkthrough shows how to visualize overdraw on your mobile device by color-coding interface elements based on how often they are drawn underneath.

What it's good for:

Prerequisites

Visualizing Overdraw on your Mobile Device