- 注册时间
- 2005-11-15
- 最后登录
- 2018-4-24
版主
  
- 积分
- 390
|
FPS Frames per second, how many frames were rendered in 1 second, the bigger the better.
MS Milliseconds needed to render a frame, the lower the better.
MEM Memory your code is using, if it increases per frame is VERY wrong.
MAX Maximum memory the application reached.

下载:
http://mrdoob.googlecode.com/svn ... ires/debug/Stats.as
使用方法:import 之后,addChild( new Stats() );添加到最后你想显示的地方。 |
|