Ned Deily
|
67804e9838
|
Issue #17801: fix shebang line of gprof2html.py
|
2013-04-20 14:07:43 -07:00 |
R David Murray
|
776c0df42b
|
#14508: make gprof2html script runnable under python3
Not that I haven't tested it to make sure it works, just that it
can run against an empty source file.
Initial patch by Popa.Claudiu.
|
2012-04-11 15:16:38 -04:00 |
Benjamin Peterson
|
90f5ba538b
|
convert shebang lines: python -> python3
|
2010-03-11 22:53:45 +00:00 |
Andrew M. Kuchling
|
e236b38731
|
[Patch #1005491 ] use __name__ == '__main__' in scripts
|
2004-08-09 17:27:55 +00:00 |
Guido van Rossum
|
7ec34b556c
|
A tool to transform gprof(1) output into HTML, so you can click on a
function name and go to the corresponding entry.
|
2002-08-09 20:07:34 +00:00 |