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, alexandre.vassalotti, gregory.p.smith, pitrou
Date 2009-05-17.21:49:00
SpamBayes Score 0.0026999472
Marked as misclassified No
Message-id <1242596942.72.0.697712525441.issue2281@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is yet another version of the Modules/_lsprof.c source, called 
_lsprof4.c.

This one adds support for the hires timer on 32- and 64-bit Intel and 
PowerPC processors iff compiled with GNU C.

With _lsprof4.c, the high precision profile is available on Linux, Mac 
OS X, Solaris, HP-UX and MS Windows.

Included is the forward diff with _lsprof.c rev 66700 from the trunk.  
The changes are only at the very top and in the initialization function 
at the bottom.
History
Date User Action Args
2009-05-17 21:49:03MrJean1setrecipients: + MrJean1, gregory.p.smith, pitrou, alexandre.vassalotti
2009-05-17 21:49:02MrJean1setmessageid: <1242596942.72.0.697712525441.issue2281@psf.upfronthosting.co.za>
2009-05-17 21:49:01MrJean1linkissue2281 messages
2009-05-17 21:49:00MrJean1create