Hi-ReS-Stats (formelly Mrdoob stats) provides a simple info box that will help you monitor your code performance. It can tell you the following:
- FPS Frames per second, how many frames were rendered in 1 second. The higher the number, the better.
- MS Milliseconds needed to render a frame. The lower number, the better.
- MEM Memory your code is using, if it increases per frame is VERY wrong.
- MAX Maximum memory the application reached.
try http://www.lostinactionscript.com/blog/index.php/2008/10/06/as3-swf-profiler/
as an alternative. Mrdoob’s one seems offline.
Thanks, Bram! This profiler seems really nice too (I liked the “right click Flash context menu” to enable/disable).