| Property | Defined By | ||
|---|---|---|---|
| averageFps : Number [static] [read-only] | Profiler | ||
| currentFps : Number [static] [read-only] | Profiler | ||
| currentMem : Number [static] [read-only] | Profiler | ||
| fpsList : Array [static] | Profiler | ||
| history : int = 60 [static] | Profiler | ||
| maxFps : Number [static] | Profiler | ||
| maxMem : Number [static] | Profiler | ||
| memList : Array [static] | Profiler | ||
| minFps : Number [static] | Profiler | ||
| minMem : Number [static] | Profiler | ||
| stage : Stage [static] | Profiler | ||
| Method | Defined By | ||
|---|---|---|---|
exitFullScreen(event:ContextMenuEvent):void [static] | Profiler | ||
gc():void [static] | Profiler | ||
goFullScreen(event:ContextMenuEvent):void [static] | Profiler | ||
goScaledFullScreen(event:ContextMenuEvent):* [static] | Profiler | ||
init(swf:Stage, context:InteractiveObject):void [static] | Profiler | ||
menuHandler(event:ContextMenuEvent):void [static] | Profiler | ||
start():void [static] | Profiler | ||
stop():void [static] | Profiler | ||
| averageFps | property |
averageFps:Number [read-only] public static function get averageFps():Number| currentFps | property |
currentFps:Number [read-only] public static function get currentFps():Number| currentMem | property |
currentMem:Number [read-only] public static function get currentMem():Number| fpsList | property |
public static var fpsList:Array| history | property |
public static var history:int = 60| maxFps | property |
public static var maxFps:Number| maxMem | property |
public static var maxMem:Number| memList | property |
public static var memList:Array| minFps | property |
public static var minFps:Number| minMem | property |
public static var minMem:Number| stage | property |
public static var stage:Stage| exitFullScreen | () | method |
public static function exitFullScreen(event:ContextMenuEvent):voidParameters
event:ContextMenuEvent |
| gc | () | method |
public static function gc():void| goFullScreen | () | method |
public static function goFullScreen(event:ContextMenuEvent):voidParameters
event:ContextMenuEvent |
| goScaledFullScreen | () | method |
public static function goScaledFullScreen(event:ContextMenuEvent):*Parameters
event:ContextMenuEvent |
* |
| init | () | method |
public static function init(swf:Stage, context:InteractiveObject):voidParameters
swf:Stage | |
context:InteractiveObject |
| menuHandler | () | method |
public static function menuHandler(event:ContextMenuEvent):voidParameters
event:ContextMenuEvent |
| start | () | method |
public static function start():void| stop | () | method |
public static function stop():void