coverage.py: Highlight hot spots in source code
Thomas Guettler
hv at tbz-pariv.de
Wed Jun 22 04:50:00 EDT 2011
More information about the Python-list mailing list
Wed Jun 22 04:50:00 EDT 2011
- Previous message (by thread): Unicode codepoints
- Next message (by thread): free computer ebooks updated 5 ebooks every day or more
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I just used coverage.py for the first time, and like it very much. Is it possible to display how many times a line was executed? I want to see lines which are executed very often red and lines which are executed not often green. I know there are other tools like hotshot, but AFAIK they don't have a nice HTML output for every python source file. Thomas -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de
- Previous message (by thread): Unicode codepoints
- Next message (by thread): free computer ebooks updated 5 ebooks every day or more
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list