]> granicus.if.org Git - python/commit
A tool to transform gprof(1) output into HTML, so you can click on a
authorGuido van Rossum <guido@python.org>
Fri, 9 Aug 2002 20:07:34 +0000 (20:07 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Aug 2002 20:07:34 +0000 (20:07 +0000)
commit7ec34b556c08f3cc47afaea16989b117ad9f0d91
tree307dab02c57cabeee6b19720f45dc356cb1925cc
parented2f725f7d61c0fd99a2386352058ae045021ffd
A tool to transform gprof(1) output into HTML, so you can click on a
function name and go to the corresponding entry.
Tools/scripts/gprof2html.py [new file with mode: 0755]