Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 947 Bytes

profiling.rst

File metadata and controls

38 lines (22 loc) · 947 Bytes

Android Profiling

介紹:https://developer.android.com/studio/command-line/systrace

Android SDK 裡有一份, 下指令就可以操控, 蒐集完資料後會生出一份 HTML 可以看, 有一些互動操作來輔助分析, 可以看到每個 CPU 在不同時間在執行哪隻程式, 也可以從圖的密集度和顏色知道系統的忙碌程度和哪隻程式佔用比較多。

介紹:https://developer.android.com/studio/profile/cpu-profiler

整合數個 Profiling 工具, 提供 GUI 點選、操控。