February 28, 2008

Python Profiler: cProfile

if you just want to print the results immediately:
import cProfile
cProfile.run("test_function(a, b, c)", sort=1)
Link Posted by Tim at February 28, 2008 09:15 PM | TrackBack