Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8192 > unrolled thread

coverage.py: Highlight hot spots in source code

Started byThomas Guettler <hv@tbz-pariv.de>
First post2011-06-22 10:50 +0200
Last post2011-06-22 10:50 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  coverage.py: Highlight hot spots in source code Thomas Guettler <hv@tbz-pariv.de> - 2011-06-22 10:50 +0200

#8192 — coverage.py: Highlight hot spots in source code

FromThomas Guettler <hv@tbz-pariv.de>
Date2011-06-22 10:50 +0200
Subjectcoverage.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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web