http://www.lostinactionscript.com/blog/index.php/2008/10/06/as3-swf-profiler/
swf上で右クリックすると使用メモリ量とフレームレートを表示してくれる。
デバッグの時に便利そう。
//インポート設定 import com.flashdynamix.utils.SWFProfiler; //コード上(コンストラクタなど)に以下のように記述。 SWFProfiler.init(stage, this);
http://www.lostinactionscript.com/blog/index.php/2008/10/06/as3-swf-profiler/
swf上で右クリックすると使用メモリ量とフレームレートを表示してくれる。
デバッグの時に便利そう。
//インポート設定 import com.flashdynamix.utils.SWFProfiler; //コード上(コンストラクタなど)に以下のように記述。 SWFProfiler.init(stage, this);