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

Comparing jsr166/src/test/loops/IntMapCheck.java (file contents):
Revision 1.7 by jsr166, Mon Nov 2 23:55:36 2009 UTC vs.
Revision 1.8 by jsr166, Tue Nov 3 01:04:02 2009 UTC

# Line 568 | Line 568 | public class IntMapCheck {
568          void finish() {
569              long endTime = System.nanoTime();
570              long time = endTime - startTime;
571 <            double timePerOp = ((double)time)/numOps;
571 >            double timePerOp = ((double) time)/numOps;
572  
573              Object st = accum.get(name);
574              if (st == null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines