feat: Zombie 探针

This commit is contained in:
LiuBinPeng
2022-05-26 15:22:20 +08:00
parent 4f11b95363
commit 538801e651
7 changed files with 339 additions and 84 deletions

View File

@@ -20,7 +20,7 @@ iOS 图形界面的显示是一个复杂的流程,一部分数据通过 Core G
## Core Animation
![](/Users/lbp/Desktop/Document/assets/APM-CoreAnimationPipeline.png)
![](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/assets/APM-CoreAnimationPipeline.png)
可以看到 Core Animation pipeline 由4部分组成Application 层的 Core Animation 部分、Render Server 中的 Core Animation 部分、GPU 渲染、显示器显示。