Profiling results

Magnus Lycka lycka at carmen.se
Mon Oct 17 09:45:12 EDT 2005


Dave wrote:
> I'm trying to profile a Python program using gprof,

I don't think you will learn anything meaningful about
a Python program from gprof. Use the profiling tools
in Python. http://docs.python.org/lib/profile.html



More information about the Python-list mailing list