Y
Hacker News
new
|
ask
|
show
|
jobs
by
blaze33
4974 days ago
I used timeit (
http://docs.python.org/2/library/timeit.html
), cProfile (
http://docs.python.org/2/library/profile.html
) and pycallgraph. There is a nice Q&A on this subject:
http://stackoverflow.com/q/582336/343834
.