|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.skeet.jbench.tasks.ArrayFill | +--uk.org.skeet.jbench.tasks.ArrayFill3dButler
Subclass of ArrayFill
which creates a 3-dimensional
array (similar to ArrayFill3dOriginal
) but fills it
using a cache of which subarray is being used for each set
of iterations.
Constructor Summary | |
ArrayFill3dButler()
|
Method Summary | |
void |
fillArray()
Fills the array. |
void |
prepareTest()
Creates the array to be filled during the test. |
Methods inherited from class uk.org.skeet.jbench.tasks.ArrayFill |
checkConfiguration, checkResults, getDescription, getSize, runTest, setIterations, setSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArrayFill3dButler()
Method Detail |
public void prepareTest()
ArrayFill
prepareTest
in class ArrayFill
uk.org.skeet.jbench.BenchTask
TaskException
- if the preparation failed.public void fillArray()
ArrayFill
fillArray
in class ArrayFill
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |