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-13.20:23:51
SpamBayes Score 0.35550183
Marked as misclassified No
Message-id <1205439832.71.0.898266245514.issue2281@psf.upfronthosting.co.za>
In-reply-to
Content
Attached are 2 Modules/_lsprof.c files, one for Python 2.5.2 and 2.6a1 
and the other for Python 3.0a3.  Discard the previously posted one.

Both contain the same enhancements to use the high-resolution timer 
where available.

These versions catch wrap around of the timer and clock and adjust 
accordingly.  In the hpTimerUnit function only and not for profile 
times.

Lastly, instead of malloc and free functions PyObject_MALLOC and 
PyObject_FREE are called making profiler memory usage the same as for 
other objects created.
History
Date User Action Args
2008-03-13 20:23:53MrJean1setspambayes_score: 0.355502 -> 0.35550183
recipients: + MrJean1
2008-03-13 20:23:52MrJean1setspambayes_score: 0.355502 -> 0.355502
messageid: <1205439832.71.0.898266245514.issue2281@psf.upfronthosting.co.za>
2008-03-13 20:23:52MrJean1linkissue2281 messages
2008-03-13 20:23:51MrJean1create