An open API service indexing awesome lists of open source software.

https://github.com/patilshreyas/play-with-perfetto


https://github.com/patilshreyas/play-with-perfetto

Last synced: 2 months ago
JSON representation

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.