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

2.2.0最新版本下火焰图展示顶部按钮无法点击? #49

Closed
xujiandong2 opened this issue Dec 17, 2017 · 6 comments
Closed

2.2.0最新版本下火焰图展示顶部按钮无法点击? #49

xujiandong2 opened this issue Dec 17, 2017 · 6 comments

Comments

@xujiandong2
Copy link

下载了最新的2.2.0版本,发现CPU页面以前可以点击的火焰图顶部的几个文字按钮还在但是无法点击了

@neverthanmore
Copy link
Collaborator

@xujiandong2 这周比较忙,下周修复!

@xujiandong2
Copy link
Author

@neverthanmore 谢谢,还有顺便请问下大神什么是Retained Size?怎么根据提示的内存泄漏定位到代码里的具体位置?新手不太会用

@neverthanmore
Copy link
Collaborator

@xujiandong2 retained size 就是一个 node 节点在支配树上下属直接支配节点的内存之和加上其自身的内存大小,通俗的讲就是把这个节点砍掉,v8 堆能回收的内存大小

@neverthanmore
Copy link
Collaborator

@xujiandong2 然后内存泄漏提示的图有一个泄漏关键字,去代码里面搜泄漏关键字给出来的那些 key,在代码里能搜到的地方看看逻辑有没有问题,更深入一点的可以去看 README 中提到的图文指南

@xujiandong2
Copy link
Author

谢谢大神

@hyj1991
Copy link
Owner

hyj1991 commented Dec 25, 2017

@xujiandong2 done,2.2.1 版本发布,解决了这个 bug

@hyj1991 hyj1991 closed this as completed Dec 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants