A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
RenderTest — Class in package com.gskinner.performance |
|
Represents a render test, which times how long it takes to draw a specified DisplayObject to a BitmapData instance. |
RenderTest(displayObject, bounds, name, iterations, loops, description) — Constructor in class com.gskinner.performance.RenderTest |
| Creates a new instance of RenderTest. |
retainedMemory — Property in class com.gskinner.performance.MethodTest |
|
The average increase in System.totalMemory (in kb), that was not recovered after running the test. |
retainedMemoryLog — Property in class com.gskinner.performance.MethodTest |
|
An array of int values indicating the retainedMemory values for each iteration that was run. |
run() — Method in class com.gskinner.performance.AbstractTest |
|
PerformanceTest calls run() on tests to run and time them. |
run() — Method in class com.gskinner.performance.MethodTest |
|
PerformanceTest calls run() on tests to run and time them. |
run(o, name, iterations, loops, params) — Static method in class com.gskinner.performance.PerformanceTest |
|
Shortcut method that immediately runs a new test or test suite on the global PerformanceTest instance. |
run() — Method in class com.gskinner.performance.RenderTest |
|
PerformanceTest calls run() on tests to run and time them. |
runGC() — Static method in class com.gskinner.performance.PerformanceTest |
|
Forces the garbage collector to run. |
runSimpleTest(f, params, name, iterations, loops) — Method in class com.gskinner.performance.PerformanceTest |
|
Provides a shortcut for creating a new Test instance
and running it immediately. |
runSimpleTestSuite(o, name, iterations) — Method in class com.gskinner.performance.PerformanceTest |
|
Provides a shortcut for creating a TestSuite from the o parameter via TestSuite.fromObject()
and running it immediately. |
runTest(test:com.gskinner.performance:AbstractTest) — Method in class com.gskinner.performance.PerformanceTest |
|
Immediately runs the specified test. |
runTestSuite(testSuite:com.gskinner.performance:TestSuite) — Method in class com.gskinner.performance.PerformanceTest |
|
Immediately runs the specified TestSuite. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |