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 kristjan.jonsson
Recipients belopolsky, eric.araujo, kristjan.jonsson, michael.foord, pitrou, vstinner
Date 2010-11-02.04:54:44
SpamBayes Score 0.00040496944
Marked as misclassified No
Message-id <1288673686.1.0.319456699072.issue10278@psf.upfronthosting.co.za>
In-reply-to
Content
Well, that is sort of what I'm trying to achieve.  Note that you probably want to use QueryPerformaceCounter on windows (or simply time.clock()) or at least GetTickCount64 which doesn't wrap around after 50 days :).  Also, I'm trying to get the highest resolution possible...
History
Date User Action Args
2010-11-02 04:54:46kristjan.jonssonsetrecipients: + kristjan.jonsson, belopolsky, pitrou, vstinner, eric.araujo, michael.foord
2010-11-02 04:54:46kristjan.jonssonsetmessageid: <1288673686.1.0.319456699072.issue10278@psf.upfronthosting.co.za>
2010-11-02 04:54:44kristjan.jonssonlinkissue10278 messages
2010-11-02 04:54:44kristjan.jonssoncreate