I have a large project with lots of classes. It takes 40% CPU when it is running. What is the best way to find out what operations and functions are responsible for the load? I am using Flash Builder 4.5 AS3 Project. Built-in profiler doesn't help me much. Thanks

有帮助吗?

解决方案

You can try SWFWire Debugger. Check the box that says Show method entry. If you also check Show method exit, it will tell you how long each function took to execute. The object graph might also help if you are creating and destroying objects often.

其他提示

If you're looking for a Profiler, this answers to this question might help you out.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top