"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:

> However, be aware that your OS may limit the precision here. I'm not
> sure, but I think Windows for example doesn't get faster than 10th or
> 100th of a second.

1/100th of a second.

> 
> For more precise timing, you might need a special library/extension
> that works with the cpu timer register or something like that.

Or in Windows case just call time.clock() instead.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to