[Python-Dev] collecting timer resolution information...

Neil Schemenauer nas@python.ca
Tue, 26 Jun 2001 18:28:29 -0700


Fred L. Drake, Jr. wrote:
>   The "1" and the "976" are the appearant resolution of the time
> values reported by those two calls, in microseconds.  It looks like
> the HZ define in that header file you pointed out could be bumped a
> little higher.  ;-)

I've got it at 1024.

    >>> 976. / 10000 * 1024
    99.942400000000006

I think yours is at the 100 default.

  Neil