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

Neil Schemenauer nas@python.ca
Tue, 26 Jun 2001 14:01:38 -0700


Fred L. Drake, Jr. wrote:
> timeofday: 1 (1 calls), rusage: 10000 (2465 calls)

My hacked version of Linux 2.4 on an AMD-800 box:

    timeofday: 1 (2 calls), rusage: 976 (1792 calls)

I don't quite understand the output.  What does the 976 mean?

  Neil