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


Groups > comp.lang.python > #8192

coverage.py: Highlight hot spots in source code

From Thomas Guettler <hv@tbz-pariv.de>
Newsgroups comp.lang.python
Subject coverage.py: Highlight hot spots in source code
Date 2011-06-22 10:50 +0200
Message-ID <96doloFig1U1@mid.individual.net> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web