org.objectweb.cjdbc.scenario.standalone.jvm
Class SpeedTest

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.cjdbc.scenario.templates.NoTemplate
          extended byorg.objectweb.cjdbc.scenario.standalone.jvm.SpeedTest

public class SpeedTest
extends NoTemplate

This class defines a SpeedTest

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Nested Class Summary
(package private)  class SpeedTest.WaitThread
           
 
Field Summary
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
logger, TEXT_DIR
 
Constructor Summary
SpeedTest()
           
 
Method Summary
private static boolean isPrime(long i)
           
 void testJVMSpeed()
          Test JVM speed by computing primes
 void testJVMThread()
           
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
getTextPath, getUserDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedTest

public SpeedTest()
Method Detail

isPrime

private static boolean isPrime(long i)

testJVMSpeed

public void testJVMSpeed()
Test JVM speed by computing primes


testJVMThread

public void testJVMThread()


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.