| Package | com.flashdynamix.utils |
| Class | public class SWFProfiler |
| Property | Defined by | ||
|---|---|---|---|
| averageFps : Number [static][read-only]
| SWFProfiler | ||
| currentFps : Number [static][read-only]
| SWFProfiler | ||
| currentMem : Number [static][read-only]
| SWFProfiler | ||
| fpsList : Array [static]
| SWFProfiler | ||
| history : int = 60 [static]
| SWFProfiler | ||
| maxFps : Number [static]
| SWFProfiler | ||
| maxMem : Number [static]
| SWFProfiler | ||
| memList : Array [static]
| SWFProfiler | ||
| minFps : Number [static]
| SWFProfiler | ||
| minMem : Number [static]
| SWFProfiler | ||
| refreshRate : Number = 1 [static]
| SWFProfiler | ||
| Method | Defined by | ||
|---|---|---|---|
|
gc():void
[static]
Garbage collect the SWF.
| SWFProfiler | ||
|
init(context:InteractiveObject):void
[static]
Iniates the SWFProfiler to the ContextMenu of the reference passed.
| SWFProfiler | ||
|
start():void
[static]
Starts updating the Profiler.
| SWFProfiler | ||
|
stop():void
[static]
Stops updating the Profiler.
| SWFProfiler | ||
| averageFps | property |
averageFps:Number [read-only]Implementation
public static function get averageFps():Number
| currentFps | property |
currentFps:Number [read-only]Implementation
public static function get currentFps():Number
| currentMem | property |
currentMem:Number [read-only]Implementation
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
| refreshRate | property |
public static var refreshRate:Number = 1
| gc | () | method |
public static function gc():voidGarbage collect the SWF.
| init | () | method |
public static function init(context:InteractiveObject):voidIniates the SWFProfiler to the ContextMenu of the reference passed.
Parameterscontext:InteractiveObject |
| start | () | method |
public static function start():voidStarts updating the Profiler.
| stop | () | method |
public static function stop():voidStops updating the Profiler.