org.htmlparser.tests
Class InstanceofPerformanceTest
java.lang.Object
org.htmlparser.tests.InstanceofPerformanceTest
- public class InstanceofPerformanceTest
- extends java.lang.Object
Field Summary |
static java.lang.String |
FORM_HTML
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORM_HTML
public static final java.lang.String FORM_HTML
- See Also:
- Constant Field Values
InstanceofPerformanceTest
public InstanceofPerformanceTest()
setUp
public void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
doInstanceofTest
public void doInstanceofTest(long[] time,
int index,
long numTimes)
doGetTypeTest
public void doGetTypeTest(long[] time,
int index,
long numTimes)
perform
public void perform()
print
public void print(long[] time1,
long[] time2)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception