Irfan
Irfan

Reputation: 3

is there any tool to figure out the memory occupies by the swf?

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 ??

Upvotes: 0

Views: 204

Answers (1)

Adam Harte
Adam Harte

Reputation: 10530

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.

Upvotes: 2

Related Questions