accesstimer
changeset 132 8f4d41d003e2
parent 53 001ab356ba3e
     1.1 --- a/accesstimer	Thu Dec 11 09:58:09 2008 +0000
     1.2 +++ b/accesstimer	Sun Dec 28 13:09:37 2008 +0000
     1.3 @@ -22,9 +22,7 @@
     1.4          d = time.time()
     1.5          total += d - t
     1.6          c += 1
     1.7 -    print "%s %5.1f" % (name, total*(1.2E9)/(r*c))
     1.8 -
     1.9 -
    1.10 +    print "%s %5.1f" % (name, total*(2.4E9)/(r*c))
    1.11  
    1.12  reps = (1<<6)
    1.13