This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jmg
Recipients
Date 2002-11-30.00:17:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On some platforms time.clock() does not return a high
resolution counter.  On FreeBSD, it's resolution is
only 1/128th of a second.  In order to get microsecond
accuracy, the getrusage syscall from resource needs to
be used.

Attached is a patch that uses getrusage from the
resource library in preference of os.clock.

This was done on behalf of Vernier Networks, Inc.
History
Date User Action Args
2007-08-23 15:18:43adminlinkissue645894 messages
2007-08-23 15:18:43admincreate