最終更新:2014-05-07 (水) 08:42:05 (3636d)  

Stats.as
Top / Stats.as

http://mrdoob.googlecode.com/svn/trunk/libs/net/hires/debug/Stats.as

Hi-ReS! Stats

表示

  • 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

JavaScript