Let's build a performance measuring tool from scratch

July 21, 2025 40 min Free

Description

Alexandre Moureaux demonstrates how to build a performance measuring tool from scratch for Android applications. The talk covers using ADB commands like `top` and `atrace` to gather real-time performance data, including CPU usage and frame rates, even for release apps without direct access to source code. It delves into analyzing Android's internal performance metrics and explores how to extract and interpret this data using tools and scripts.