Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77926
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.022 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; '16,': 0.03; 'spelling': 0.09; 'subject:script': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'subject:python': 0.16; 'wrote:': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '3.x': 0.31; 'fast.': 0.31; 'sep': 0.31; 'received:google.com': 0.35; 'there': 0.35; 'module.': 0.36; 'performance': 0.37; 'skip:& 10': 0.38; 'skip:& 20': 0.39; 'sure': 0.39; 'called': 0.40; 'lost': 0.61; 'simply': 0.61; 'to:addr:gmail.com': 0.65; 'delivers': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XZ1tXnbem6BwxPYMWDR9pc1YUNlGDYXCe11I7q/1QAU=; b=a298DAc6w4eR3qrglTOvHCg6pg52ejJTNP2YfSe8sdJl1emArN6iKtNeuXS4GbR2VZ KNl3zLe/NLcgjjljYMzI0wwns18VCQHPvmpwWpRdAnZQjxVjdaKPyYBIcCK1JE8jI+0i ZQUjFxFVyGIGsfUv6HqkojLn+MfRBCm6jd3Vj4J5C4/Lnj+x/AqmvSd3W8BVGvTFEXCo qRbXRqLwqA6oiaFLhNWVRQgsex0DmWaiS/YMoSJmiV1d42o2l55in+ADUzAvW6ITq25c l1FqTvYqDBoY0HnqZg/+U4rsZTNdgRwj6cL4Y+aeDnU1EqiM1qJmLFkwGhwaIIr6oINS yX4w== |
| MIME-Version | 1.0 |
| X-Received | by 10.43.129.138 with SMTP id hi10mr1097290icc.73.1410863195145; Tue, 16 Sep 2014 03:26:35 -0700 (PDT) |
| In-Reply-To | <bd3637e6-ef5b-4e14-808a-220ff5e43a33@googlegroups.com> |
| References | <63a94cb9-171a-4b97-a639-75fec71cae63@googlegroups.com> <bd3637e6-ef5b-4e14-808a-220ff5e43a33@googlegroups.com> |
| Date | Tue, 16 Sep 2014 05:26:35 -0500 |
| Subject | Re: python script monitor |
| From | Skip Montanaro <skip.montanaro@gmail.com> |
| To | Nicholas Cannon <nicholascannon1@gmail.com> |
| Content-Type | multipart/alternative; boundary=001a11c1df2c92cd5b05032c2f1d |
| Cc | Python <python-list@python.org> |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14050.1410863202.18130.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1410863202 news.xs4all.nl 2829 [2001:888:2000:d::a6]:43530 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77926 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Sep 16, 2014 4:17 AM, "Nicholas Cannon" <nicholascannon1@gmail.com> wrote: > > Nah I mean like there is performance issues. It delivers result that I want just mot very conveinetly fast. Take a look at the cProfile module. That's what it's called in Python 2.x. Not sure if it lost its camel case spelling in 3.x or is now called simply "profile." Skip
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
python script monitor Nicholas Cannon <nicholascannon1@gmail.com> - 2014-09-15 17:07 -0700
Re: python script monitor Chris Angelico <rosuav@gmail.com> - 2014-09-16 10:33 +1000
Re: python script monitor William Ray Wing <wrw@mac.com> - 2014-09-15 21:25 -0400
Re: python script monitor Nicholas Cannon <nicholascannon1@gmail.com> - 2014-09-16 02:14 -0700
Re: python script monitor Skip Montanaro <skip.montanaro@gmail.com> - 2014-09-16 05:26 -0500
csiph-web