有没有什么工具可以计算出swf占用的内存?

发布于 2024-09-28 01:53:58 字数 67 浏览 1 评论 0原文

好吧,我不是在问压缩或测量 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟火散人牵绊 2024-10-05 01:53:58

你指的是分析器,是的,有几个选项。

首先我建议使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文