xcode 性能查看

大小,数量,运行的,释放的,

category 类别,oc对象,block,core foundation 对象

persistent bytes 当前运行内存

persistent 当前运行在内存当中的对象和内存块数量,

transient:当前已经释放的对象和内存块数量

total bytes :总的内存大小,释放的,没有释放的,

total 总的数量

all heap allocations 堆内存

all anonymous vm 其它内存,匿名内存

sdwebimage 性能优化
https://www.jianshu.com/p/fc9090441cde

上一篇:[翻译 EF Core in Action 1.6]你的第一个EF Core应用程序


下一篇:php – Drupal是否支持持久数据库连接?