|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.skeet.jbench.tasks.SimpleTask | +--uk.org.skeet.jbench.tasks.InlineTask
Constructor Summary | |
InlineTask()
|
Method Summary | |
java.lang.String |
getDescription()
Default description which gives the name of the actual class and the number of iterations. |
void |
prepareTest()
Simple no-op implementation of prepareTest. |
void |
runTest()
Runs a test. |
void |
setInline(boolean inline)
Sets the inline value |
Methods inherited from class uk.org.skeet.jbench.tasks.SimpleTask |
checkConfiguration, checkResults, getSize, setSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InlineTask()
Method Detail |
public void runTest() throws TaskException
BenchTask
BenchTask.runTest()
public void setInline(boolean inline)
inline
- The inline to setpublic java.lang.String getDescription()
SimpleTask
getDescription
in class SimpleTask
SimpleTask.getDescription()
public void prepareTest() throws TaskException
SimpleTask
prepareTest
in class SimpleTask
SimpleTask.prepareTest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |