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 |
max — Property in class com.gskinner.performance.AbstractTest |
| The highest time for all iterations, or -1 if the test has not yet run successfully. |
memory — Property in class com.gskinner.performance.MethodTest |
|
The average increase in System.totalMemory (in kb), that occured while running the test. |
memoryLog — Property in class com.gskinner.performance.MethodTest |
|
An array of int values indicating the memory values for each iteration that was run. |
method — Property in class com.gskinner.performance.MethodTest |
| The function / method to execute. |
MethodTest — Class in package 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 ). |
MethodTest(method, params, name, iterations, loops, description) — Constructor in class com.gskinner.performance.MethodTest |
| Creates a new instance of Test. |
min — Property in class com.gskinner.performance.AbstractTest |
| The lowest time for all iterations, or -1 if the test has not yet run successfully. |
|
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 |