对象树遍历 - afl 用于应用程序内存泄漏检测
我正在尝试遍历 AFL(adobe flash lite)引擎中的对象树,以检查事件驱动应用程序(AS3)中是否存在内存泄漏。这个想法是在事件处理之前和之后获取对象树转储,并检查对象树转储差异是否存在内存泄漏。
我相信 MMgc 是 AFL 的 GC,我无法获取对象树的转储,任何人都可以帮我指出代码中的位置,我可以在 tamarin。
I am trying to traverse object tree in AFL (adobe flash lite) engine, to check if there are memory leaks in an event driven application (AS3). The idea is to get object tree dump before and after an event processing and check the object tree dump difference for memory leaks.
I believe MMgc is the GC for AFL, I am unable to get a dump of object tree, can anyone help me to point out where in code I can get the alive object info in tamarin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用FDT、FlashBuilder 还是 FlashDevelop?或者MonsterDebugger?
Have you tried tho profile with FDT, FlashBuilder or FlashDevelop? Or MonsterDebugger?