Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


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