| Package | com.joebillman.utils |
| Class | public class FpsProfiler |
| Inheritance | FpsProfiler flash.display.Sprite |
| 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):FpsProfilerParameters
target:DisplayObjectContainer | |
profilerX:Number (default = 3) | |
profilerY:Number (default = 3) |
FpsProfiler |
| startProfiling | () | method |
public function startProfiling():void| stopProfiling | () | method |
public function stopProfiling():voidNote: 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);