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


Groups > comp.lang.python > #33471

module trace and counts

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.009
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'executed': 0.07; 'page?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:module': 0.09; 'contributes': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'trace': 0.22; 'insert': 0.23; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'maybe': 0.29; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'too.': 0.35; 'received:org': 0.36; 'tool': 0.36; 'but': 0.36; 'charset:us-ascii': 0.36; 'page': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'range': 0.60; 'profile': 0.61; 'times': 0.63; 'received:sd.cox.net': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From rh <richard_hubbe11@lavabit.com>
Subject module trace and counts
Date Sat, 17 Nov 2012 09:25:02 -0800
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host ip68-6-43-149.sb.sd.cox.net
User-Agent dsodnetnin
X-Mailer EZnn0.37p
X-Newsreader EZnn0.37p
X-Gmane-NNTP-Posting-Host EZnn0.37p
Original-Received from slem by 1.1 with local
X-No-Archive yes
Archive no
X-Archive expiry=11
X-Archive encrypt
X-Operating-System Barebones_6.1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3772.1353173085.27098.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1353173085 news.xs4all.nl 6925 [2001:888:2000:d::a6]:35180
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:33471

Show key headers only | 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