Pete Forman wrote: > > t0 = time.time() > > You can get better resolution by using time.clock() instead of > time.time(). depends on the platform, and whether you want wall time or process time. </F>