เป็นโปรแกรมเดียวกับตัวนี้ครับแต่เป็น Version AS3
http://www.lifeztream.com/blog/?p=76&language=th
เพิ่ม Feature Memory Usage และกราฟของ Memory เข้าไป
Usage
import com.lifeztream.debug.FPS;
//var fps:FPS = new FPS([iAlign:String = "left"]);
var fps:FPS = new FPS("left");
addChild(fps);
* version 1.3 - Auto-start when added to stage and auto-stop when it’s removed
* - Fix Bug from StageAlignments
* Minor Improve Coding Speed
* version 1.2 - Dispose unused bitmapData and variables for garbage collector to free up ram.
FPSMonitor Class AS3 (1170) version 1.3




October 4th, 2007 at 9:30 pm
Hi! Think the zip file is missing the class com.lifeztream.utils.BitmapContainer. Just in case you didn’t already know.
October 4th, 2007 at 9:41 pm
The class you’ve mention doesn’t need in this version anymore, I just forgot to delete it. Thanks for your comnent.