[Python-Dev] cProfile module
Nick Coghlan
ncoghlan at gmail.com
Fri Feb 10 12:26:33 CET 2006
More information about the Python-Dev mailing list
Fri Feb 10 12:26:33 CET 2006
- Previous message: [Python-Dev] cProfile module
- Next message: [Python-Dev] Any interest in tail call optimization as a decorator?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Armin Rigo wrote: > Hi all, > > As promized two months ago, I eventually finished the integration of the > 'lsprof' profiler. It's now in an internal '_lsprof' module that is > exposed via a 'cProfile' module with the same interface as 'profile', > producing compatible dump stats that can be inspected with 'pstats'. Hurrah! (trying to optimise the Decimal module before 2.4 was a painful exercise, because hotshot wasn't really up to the job and executing the tests and the benchmark under the normal profile module was horribly slow. . .). Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org
- Previous message: [Python-Dev] cProfile module
- Next message: [Python-Dev] Any interest in tail call optimization as a decorator?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list