android 有力的调试工具:
1,systrace 使用:
性能优化工具(二)-Systrace https://www.jianshu.com/p/fa6cfad8ccc2
用chrome打开 trace.html的时候,可以使用?找到快捷键的使用。
2,profiler
Android Profiler讲解 https://blog.csdn.net/a_maker/article/details/78958587
官方介绍: https://developer.android.google.cn/studio/profile/android-profiler
好像是翻译的版本,Android Studio 3.0 中的 Android Profiler : https://blog.csdn.net/hu5080126/article/details/78950197
Android性能分析之 Profiler, https://www.jianshu.com/p/b035e2a11dd8
3,systrace 实现原理:
4,profiler 实现原理: