Let's build a performance measuring tool from scratch
July 21, 2025
40 min
Free
android
performance-testing
adb
linux
cpu-usage
frames-per-second
profiling
react-native
flutter
kotlin
debugging
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.