pyprof2html

What's pyprof2html?

pyprof2html is converted from Python Profile data to HTML. inspired by Devel::NYTProf . (for Perl module.)

Requirement:

ScreenShot

http://farm3.static.flickr.com/2473/3717153702_85bd5d7111.jpg

Install

$ easy_install pyprof2html

Usage

$ python -m cProfile myscript.py -o PROFILEDATA
$ pyprof2html.py PROFILEDATA