Hacker News new | past | comments | ask | show | jobs | submit login
Python profile, cProfile, and pstats – Explained step by step (doughellmann.com)
28 points by tzury on Oct 12, 2010 | hide | past | favorite | 1 comment



cProfile is awesome, but profiling is only good as its visualization. At IMVU we wrote a tiny but extremely useful web-based pstats viewer: http://imvu.svn.sourceforge.net/viewvc/imvu/imvu_open_source...

You can sort by inclusive time, exclusive time, drill into call graphs, etc.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: