https://github.com/patilshreyas/play-with-perfetto
https://github.com/patilshreyas/play-with-perfetto
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patilshreyas/play-with-perfetto
- Owner: PatilShreyas
- Created: 2023-03-12T12:51:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T16:12:53.000Z (over 2 years ago)
- Last Synced: 2025-03-24T14:45:16.238Z (7 months ago)
- Language: Python
- Homepage: https://blog.shreyaspatil.dev/mastering-android-app-performance-analyzing-bottlenecks-with-perfetto
- Size: 104 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing with Perfetto
**Read detailed post:** https://blog.shreyaspatil.dev/mastering-android-app-performance-analyzing-bottlenecks-with-perfetto
## Tracing with Perfetto
- Checkout directory [`/perfetto`](/perfetto)
- Run the application on device/emulator
- Connect device/emulator via ADB
- Run command:```shell
./record_android_trace -c perfetto.config -o test-trace.perfetto-traceadb
```- After you're done playing with app, press command + C
- Once analysis is done, trace details will be automatically launched in one of the Browsers installed in your machine.