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 MrJean1
Recipients MrJean1
Date 2008-03-12.21:56:46
SpamBayes Score 0.39238176
Marked as misclassified No
Message-id <1205359008.42.0.436050296007.issue2281@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a modified version of the cPython profiler file 
Modules/_lsprof.c using a high-resolution timer where available.

The enhancement has been tested on 32- and 64-bit Linux (x86 and x86_64) 
and on 32-bit MacOS X Tiger (Intel) and Panther (PPC).

No other platforms have been tested but as before the profiler will 
fallback to using gettimeofday() on non-Windows version, except the 64-
bit PPC build will issue a compile-time warning.
History
Date User Action Args
2008-03-12 21:56:48MrJean1setspambayes_score: 0.392382 -> 0.39238176
recipients: + MrJean1
2008-03-12 21:56:48MrJean1setspambayes_score: 0.392382 -> 0.392382
messageid: <1205359008.42.0.436050296007.issue2281@psf.upfronthosting.co.za>
2008-03-12 21:56:47MrJean1linkissue2281 messages
2008-03-12 21:56:46MrJean1create