Packagestencyl.api.engine.utils
Classpublic class Profiler
InheritanceProfiler Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
averageFpsproperty
averageFps:Number  [read-only]


Implementation
    public static function get averageFps():Number
currentFpsproperty 
currentFps:Number  [read-only]


Implementation
    public static function get currentFps():Number
currentMemproperty 
currentMem:Number  [read-only]


Implementation
    public static function get currentMem():Number
fpsListproperty 
public static var fpsList:Array

historyproperty 
public static var history:int = 60

maxFpsproperty 
public static var maxFps:Number

maxMemproperty 
public static var maxMem:Number

memListproperty 
public static var memList:Array

minFpsproperty 
public static var minFps:Number

minMemproperty 
public static var minMem:Number

stageproperty 
public static var stage:Stage

Method Detail
exitFullScreen()method
public static function exitFullScreen(event:ContextMenuEvent):void

Parameters

event:ContextMenuEvent

gc()method 
public static function gc():void

goFullScreen()method 
public static function goFullScreen(event:ContextMenuEvent):void

Parameters

event:ContextMenuEvent

goScaledFullScreen()method 
public static function goScaledFullScreen(event:ContextMenuEvent):*

Parameters

event:ContextMenuEvent

Returns
*
init()method 
public static function init(swf:Stage, context:InteractiveObject):void

Parameters

swf:Stage
 
context:InteractiveObject

menuHandler()method 
public static function menuHandler(event:ContextMenuEvent):void

Parameters

event:ContextMenuEvent

start()method 
public static function start():void

stop()method 
public static function stop():void