Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 482 Bytes

File metadata and controls

21 lines (14 loc) · 482 Bytes

android-quick-profile

A CLI profiling tool for Android

Show timing info from recent frames and aggregated analysis of frame data. Still a work in progress.

AQP demo

Usage

npm install 
node ./index.js

What if I want to see the CPU/Memory use of my app ?

You can use the top command in another terminal, fox ex. adb shell top