Skip to content

Actionscript3Commons/stats.as

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stats.as

Actionscript Performance Monitor

Flattr this

This class provides a simple info box that will help you monitor your code performance.

  • 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 the number the better.
  • MEM Memory your code is using, if it increases per frame is VERY wrong.
  • MAX Maximum memory the application reached.

Screenshot

stats_as.png

Usage

addChild( new Stats() );

Controls

  • CLICK Top-half / bottom-half part of the panel to increase/decrease the FPS of the application.

Download

Stats.as
Stats.hx (Ported by David Wilhelm)

About

Actionscript Performance Monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Haxe 51.3%
  • ActionScript 48.7%