有没有什么工具可以计算出swf占用的内存?
好吧,我不是在问压缩或测量 swf 文件大小的工具,我需要一个可以显示我的 swf 正在使用多少字节或 mbs 的工具?
Well i am not asking about the tool to compress or measure the size of swf file , i need a tool that can show me how many bytes or mbs, my swf is using ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你指的是分析器,是的,有几个选项。
首先我建议使用 FlashDevelop 来开发你的 Flash 软件。它有一个很棒的分析器,可以显示一段时间内的内存使用情况,还可以实时显示每个对象使用了多少内存以及存在多少个对象类型(非常适合查找内存泄漏)。
还有De Monster 调试器。有关涵盖基础知识的精彩视频教程,请参阅 Lee Brimelow 的 - 使用 MonsterDebugger 进行调试。
You mean a profiler, and yes there are a few options.
First I would recommend using FlashDevelop to er... develop your Flash software. It has a great profiler that can show you memory usage over time and also give you a live rundown one how much memory each object is using and how many of an object type exists (great for finding memory leaks).
There is also De Monster Debugger. For a great video tutorial that covers the basics see Lee Brimelow's - Debugging with MonsterDebugger.