ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/CASLoops.java
(Generate patch)

Comparing jsr166/src/test/loops/CASLoops.java (file contents):
Revision 1.4 by jsr166, Thu Oct 29 23:09:07 2009 UTC vs.
Revision 1.5 by jsr166, Tue Nov 3 01:04:02 2009 UTC

# Line 569 | Line 569 | public class CASLoops {
569          if (nthreads > NCPUS)
570              t = t * NCPUS / nthreads;
571          System.out.print(LoopHelpers.rightJustify(t));
572 <        double secs = (double)(runtime) / 1000000000.0;
572 >        double secs = (double) runtime / 1000000000.0;
573          System.out.println("\t " + secs + "s run time");
574      }
575  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines