Package com.hp.mwtests.ts.txoj.common.resources

Examples of com.hp.mwtests.ts.txoj.common.resources.SimpleObject


    {
    }
      }
  }
 
  SimpleObject foo = new SimpleObject();
  long t1 = System.currentTimeMillis();

  for (int c = 0; c < iters; c++)
  {
      foo.set(c);
  }

  long t2 = System.currentTimeMillis();

  System.out.print("Time taken to perform "+iters+" iterations on a simple object: ");
View Full Code Here

TOP

Related Classes of com.hp.mwtests.ts.txoj.common.resources.SimpleObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.