Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

内存获取不对,并且有内存泄漏 #3

Open
b9AobJ opened this issue Jan 3, 2017 · 3 comments
Open

内存获取不对,并且有内存泄漏 #3

b9AobJ opened this issue Jan 3, 2017 · 3 comments

Comments

@b9AobJ
Copy link

b9AobJ commented Jan 3, 2017

我用的是demo测试的,看到内存数值与Xcode提供的值不一致,并且两边内存都呈现出100Kb每2秒左右的增长速度

@CUITCHE
Copy link
Owner

CUITCHE commented Jan 9, 2017

  • 内存数值无法统计到与Xcode一致,这里涉及到iOS内存设计了,PA只提供了一个接近的值,不是准确,还请知晓。
  • 统计内存数据的时候,会记录每个时间间隔的内存数据,所以会有内存增加,这个不是内存泄露哦,可以用Leaks检测,是没有检测到leak。

最近还没时间来优化,等我有时间了,再来优化这一块,请保持关注,谢谢~

@b9AobJ
Copy link
Author

b9AobJ commented Jan 9, 2017

将会持续关注😊

@mmjdm
Copy link

mmjdm commented Jan 13, 2017

你好,我没有成功,是把PerformanceAnalyzer/CHPerformanceAnalyzer/CHPerformanceAnalyzer/PerformanceAnalyzer/路径下的文件放到xcworkspace里然后用xcode打包吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants