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


Groups > comp.lang.python > #33471

module trace and counts

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)

Show all headers | View raw


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 | NextNext in thread | Find similar | Unroll thread


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