Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8192 > unrolled thread
| Started by | Thomas Guettler <hv@tbz-pariv.de> |
|---|---|
| First post | 2011-06-22 10:50 +0200 |
| Last post | 2011-06-22 10:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
coverage.py: Highlight hot spots in source code Thomas Guettler <hv@tbz-pariv.de> - 2011-06-22 10:50 +0200
| From | Thomas Guettler <hv@tbz-pariv.de> |
|---|---|
| Date | 2011-06-22 10:50 +0200 |
| Subject | coverage.py: Highlight hot spots in source code |
| Message-ID | <96doloFig1U1@mid.individual.net> |
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
Back to top | Article view | comp.lang.python
csiph-web