Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() | Serhiy Storchaka | 2014-12-01 | 1 | -2/+6 |
* | Issue #17801: fix shebang line of gprof2html.py | Ned Deily | 2013-04-20 | 1 | -1/+1 |
* | #14508: make gprof2html script runnable under python3 | R David Murray | 2012-04-11 | 1 | -5/+7 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+2 |
* | A tool to transform gprof(1) output into HTML, so you can click on a | Guido van Rossum | 2002-08-09 | 1 | -0/+78 |