Functions
 FunctionDescription
 ptest Shortcut method for quickly timing a function.
Classes
 ClassDescription
 AbstractTest AbstractTest is a base class for building concrete test classes on.
 MethodTest Represents a method execution test, which times how long it takes to run a function one or more times (as specified by loops).
 PerformanceTest PerformanceTest ©2009 Grant Skinner, gskinner.com.
 PerformanceUnitTest PerformanceUnitTest provides a simple interface for running unit tests against PerformanceTest.
 RenderTest Represents a render test, which times how long it takes to draw a specified DisplayObject to a BitmapData instance.
 TestSuite Test suites allow you to organize and aggregate related tests.
 TextLog Simple example showing tracing the output from PerformanceTest as it is generated.
 XMLLog Simple example of logging all of the XML results from a PerformanceTest instance.