Re: [python-win32] Re: sleep() fine-control in Python - RDTSC, select() etc.

2005-01-24 Thread RayS
At 11:48 PM 1/24/2005 -0300, Gabriel Genellina wrote: >At 24/1/2005 21:24, you wrote: > >>I have a need for a time.clock() with >0.16 second (16us) accuracy. >>The sleep() (on Python 2.3, Win32, at least) has a .001s limit. Is it >>lower/better on other's platforms? > >Try a waitable timer ><

[python-win32] Re: sleep() fine-control in Python - RDTSC, select() etc.

2005-01-24 Thread Gabriel Genellina
At 24/1/2005 21:24, you wrote: I have a need for a time.clock() with >0.16 second (16us) accuracy. The sleep() (on Python 2.3, Win32, at least) has a .001s limit. Is it lower/better on other's platforms? Try a waitable timer