Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

mrdoob/Hi-ReS-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi-ReS! Stats

Performance Monitor

This class provides a simple info box that will help you monitor your code performance. So far available for Actionscript and HaXe.

  • 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

hires_stats.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

Performance monitor for Actionscript3 and haXe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published