[Python-talk] cProfile
Kent Johnson
kent37 at tds.net
Wed Oct 14 20:45:26 EDT 2009
On Wed, Oct 14, 2009 at 6:58 PM, Bruce Labitt
<bruce.labitt at myfairpoint.net> wrote:
>> > p = pstats.Stats('fftclientprof')
>> > p.sort_stats('time').print_stats(10)
The Python profiler is OK on the data collection side but the analysis
and display side is pretty crude. This helps a little (or it did last
time I tried it, anyway):
http://webpages.charter.net/erburley/pprofui.html
Kent
More information about the Python-talk
mailing list