Packageorg.ffilmation.profiler
Classpublic class fProfiler
InheritancefProfiler Inheritance flash.display.Sprite

Provides a simple mechanism to compute average, minimum and maximum performance timings of a specific code fragment, by enclosing it in a begin/end block. It is also possible to group different fragments that may belongs to the same logical block by defining the parent node as a group node.

I took it from here. Credit goes to Manuel Bua. Check the link for instructions on how to use it.



Public Methods
 MethodDefined by
  
fProfiler(groupColorMode:Boolean = true)
Constructor
fProfiler
  
begin(aName:String, groupColorMode:Boolean = false):void
fProfiler
  
end(aName:String):void
fProfiler
Constructor detail
fProfiler()constructor
public function fProfiler(groupColorMode:Boolean = true)

Constructor

Parameters
groupColorMode:Boolean (default = true)
Method detail
begin()method
public function begin(aName:String, groupColorMode:Boolean = false):voidParameters
aName:String
 
groupColorMode:Boolean (default = false)
end()method 
public function end(aName:String):voidParameters
aName:String