zoukankan      html  css  js  c++  java
  • Systrace学习记录

    「置顶」Android 性能优化必知必会[大量文章]  https://androidperformance.com/2018/05/07/Android-performance-optimization-skills-and-tools/

    #流畅性 专栏,9篇

    Systrace 流畅性实战 1 :了解卡顿原理    https://www.androidperformance.com/2021/04/24/android-systrace-smooth-in-action-1/ --已看
    
    Systrace 流畅性实战 2 :案例分析 - MIUI 桌面滑动卡顿分析    https://www.androidperformance.com/2021/04/24/android-systrace-smooth-in-action-2/ --已看
    
    Systrace 流畅性实战 3 :卡顿分析过程中的一些疑问    https://www.androidperformance.com/2021/04/24/android-systrace-smooth-in-action-3/ --已看

    #Systrace系列 12篇

    01. Android Systrace 基础知识 -- Systrace 简介    https://www.androidperformance.com/2019/05/28/Android-Systrace-About/
    
    02. Android Systrace 基础知识 -- 分析 Systrace 预备知识        https://www.androidperformance.com/2019/07/23/Android-Systrace-Pre/
    
    03. Android Systrace 基础知识 -- Why 60 fps ?    https://www.androidperformance.com/2019/05/27/why-60-fps/
    
    04. Android Systrace 基础知识 - SystemServer 解读    https://www.androidperformance.com/2019/06/29/Android-Systrace-SystemServer/ --已读
    
    05. Android Systrace 基础知识 - SurfaceFlinger 解读        https://www.androidperformance.com/2020/02/14/Android-Systrace-SurfaceFlinger/ --已读
    
    06. Android Systrace 基础知识 - Input 解读    https://www.androidperformance.com/2019/11/04/Android-Systrace-Input/  --已看 --再看20210803
    
    07. Android Systrace 基础知识 - Vsync 解读        https://www.androidperformance.com/2019/12/01/Android-Systrace-Vsync/ --已看
    
    08. Android 基于 Choreographer 的渲染机制详解    https://androidperformance.com/2019/10/22/Android-Choreographer/ 
    
    09. Android Systrace 基础知识 - MainThread 和 RenderThread 解读     https://www.androidperformance.com/2019/11/06/Android-Systrace-MainThread-And-RenderThread/ --已看
    
    10. Android Systrace 基础知识 - Binder 和锁竞争解读        https://www.androidperformance.com/2019/12/06/Android-Systrace-Binder/  --已看
    
    11. Android Systrace 基础知识 - Triple Buffer 解读        https://www.androidperformance.com/2019/12/15/Android-Systrace-Triple-Buffer
    
    12. Android Systrace 基础知识 - CPU Info 解读        https://www.androidperformance.com/2019/12/21/Android-Systrace-CPU
    0. Android 中的卡顿丢帧原因概述 - 方法论 https://www.androidperformance.com/2019/09/05/Android-Jank-Debug/
    
    1. Android 中的卡顿丢帧原因概述 - 系统篇 https://www.androidperformance.com/2019/09/05/Android-Jank-Due-To-System/
    
    2. Android 中的卡顿丢帧原因概述 - 应用篇 https://www.androidperformance.com/2019/09/05/Android-Jank-Due-To-App/
    
    3. Android 中的卡顿丢帧原因概述 - 低内存篇 https://www.androidperformance.com/2019/09/18/Android-Jank-Due-To-Low-Memory/

    「置顶」Android 性能优化必知必会[大量文章] https://androidperformance.com/2018/05/07/Android-performance-optimization-skills-and-tools/  里面的文章查看记录:

    理解Android Binder机制(1/3):驱动篇:https://paul.pub/android-binder-driver/ --已看
    
    理解Android Binder机制(2/3):C++层:https://paul.pub/android-binder-cpp/
    
    理解Android Binder机制(3/3):Java层:https://paul.pub/android-binder-java/

    #Perfetto 4篇

    #用户体验优化 6篇

     
  • 相关阅读:
    线程的五种状态
    ajax回调打开新窗体防止浏览器拦截有效方法
    mysql 如果字段为null自动返回需要的信息sql
    String 与 StringBuffer的区别
    Windows Git中文文件名乱码
    定义函数指针
    hello world
    C++析构函数调用异常问题研究
    企业开发的时候,有可能碰到的问题
    jmap
  • 原文地址:https://www.cnblogs.com/hellokitty2/p/14801536.html
Copyright © 2011-2022 走看看