/android-performance

android性能优化笔记,收集android性能优化文章,个人笔记等

android-performance

android性能优化笔记,收集android性能优化文章,个人笔记等

#

工具

# UI性能:HierarchyViewer
调试GPU过度绘制
Lint

Memory监测分析:
    *leakcanary
    *android studio的Memory
    *dumpsys meminfo

GC日志(Explicit concurrent mark sweep GC freed):
    *GC_MALLOC——内存分配失败时触发;
    *GC_CONCURRENT——当分配的对象大小超过384K时触发;
    *GC_EXPLICIT——对垃圾收集的显式调用(System.gc());
    GC_EXTERNAL_ALLOC——外部内存分配失败时触发;
Allocation Tracker
Traceview和dmtracedump
Systrace
MAT
国外全面的性能分析工具Nimbledroid 官网 简介

#blog 伯乐头条技术分享:

##awesome-android-performance这个库总结得很全,star+1 ##todo:文章翻译