ANN: a new utility for Python developers

Skip Montanaro skip at pobox.com
Fri Aug 17 22:04:25 EDT 2001


    Tom> - For timing, the clock() call in the windows CRT yields rather
    Tom>   innacurate data, so I had to use a Win32 call.

I believe time.clock already does this.  Perhaps although the interface
would be a bit clumsy from C it would be worth importing the time module and
calling its clock() function.

Skip




More information about the Python-list mailing list