Package | com.joebillman.utils |
Class | public class FpsProfiler |
Inheritance | FpsProfiler ![]() |
Method | Defined By | ||
---|---|---|---|
profile(target:DisplayObjectContainer, profilerX:Number = 3, profilerY:Number = 3):FpsProfiler [static] | FpsProfiler | ||
startProfiling():void | FpsProfiler | ||
stopProfiling():void | FpsProfiler |
profile | () | method |
public static function profile(target:DisplayObjectContainer, profilerX:Number = 3, profilerY:Number = 3):FpsProfiler
Parameters
target:DisplayObjectContainer | |
profilerX:Number (default = 3 )
| |
profilerY:Number (default = 3 )
|
FpsProfiler |
startProfiling | () | method |
public function startProfiling():void
stopProfiling | () | method |
public function stopProfiling():void
Note: If you need more control over the profiler you will need to store it in a variable and access it's public methods from that instance. Details
FpsProfiler.profile(this.stage);