Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33471
| From | rh <richard_hubbe11@lavabit.com> |
|---|---|
| Subject | module trace and counts |
| Date | 2012-11-17 09:25 -0800 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3772.1353173085.27098.python-list@python.org> (permalink) |
Is it for or range that is executed 8000 times when I for i in range(3,8000,2): Maybe the for and the range contributes to that total. Can anyone recommend their favorite trace or profile type tool that spits out an html page? I like trace because I don't have to insert my program into it but would like a html page too.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
module trace and counts rh <richard_hubbe11@lavabit.com> - 2012-11-17 09:25 -0800
Re: module trace and counts Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-11-17 17:47 +0000
Re: module trace and counts rh <richard_hubbe11@lavabit.com> - 2012-11-17 13:30 -0800
csiph-web