mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-25 04:17:17 +00:00
feat: socket 层错误抛出 SIGPIPE 导致 crash 问题解析
This commit is contained in:
15
Chapter1 - iOS/1.94.md
Normal file
15
Chapter1 - iOS/1.94.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# APM
|
||||
|
||||
## 启动时间的监控和治理
|
||||
- https://everettjf.github.io/2018/08/24/most-simple-task-queue-model/
|
||||
- https://github.com/izhangxb/GMTC/blob/master/全球移动技术大会GMTC%202017%20PPT/手淘iOS性能优化探索%20.pdf
|
||||
- https://mp.weixin.qq.com/s/Kf3EbDIUuf0aWVT-UCEmbA
|
||||
- http://yulingtianxia.com/blog/2016/10/30/Optimizing-App-Startup-Time/
|
||||
- https://www.jianshu.com/p/c14987eee107
|
||||
- https://time.geekbang.org/column/article/85331
|
||||
- https://punmy.cn/2018/06/18/15278496835424.html
|
||||
- https://www.shangmayuan.com/a/a14fb820d1bc4457b018bf7b.html
|
||||
|
||||
|
||||
> 我知道可以借助三方工具类BSBacktraceLogger获取主线程调用栈([BSBacktraceLogger bs_backtraceOfMainThread];),然后定时0.01秒计算各方法的调用耗时。但是具体不知道该怎么计算啊,望老师指点!
|
||||
作者回复: 连续相同的堆栈,将其时间相加就是那个堆栈方法的耗时。
|
||||
Reference in New Issue
Block a user