class flixel.system.debug.Stats extends Window
Available on all platforms
A simple performance monitor widget, for use in the debugger overlay. * * @author Adam "Atomic" Saltsman * @author Anton Karlov
Class Fields
Instance Fields
function activeObjects(Count:Int):Void
How many objects were updated. * *
Count | How many objects were updated. |
Called each frame, but really only updates once every second or so, to save on performance. * Takes all the data in the accumulators and parses it into useful performance data.
function visibleObjects(Count:Int):Void
How many objects were rendered. * *
Count | How many objects were rendered. |