Android GPU Inspector (AGI) is a desktop tool for profiling, tracing, and debugging graphics workloads running on Android devices. It helps developers analyze Vulkan and OpenGL ES applications at the system, frame, and draw-call levels to uncover GPU and CPU bottlenecks. AGI captures detailed performance counters, timelines, and pipeline state to reveal stalls, overdraw, shader hotspots, and inefficient resource usage. Its frame debugger lets you step through commands, inspect render targets and textures, review shaders, and experiment with pipeline changes to validate optimizations. Beyond per-frame analysis, AGI correlates GPU activity with CPU threads and system events to diagnose contention, scheduling issues, and thermal or power constraints. The tool is designed for reproducible performance investigations, making it easier to iterate, compare captures, and ship smoother, more efficient Android graphics experiences.
Features
- Frame capture and step-through debugging for Vulkan and OpenGL ES workloads
- GPU performance counters and timelines to pinpoint stalls and hotspots
- Shader viewer and pipeline state inspection with live experiments and replays
- System profiling that correlates GPU activity with CPU threads and scheduling
- Resource inspection for render targets, textures, buffers, and memory usage
- Comparative analysis across captures to validate and quantify optimizations