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: 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: References: <63a94cb9-171a-4b97-a639-75fec71cae63@googlegroups.com> Date: Tue, 16 Sep 2014 05:26:35 -0500 Subject: Re: python script monitor From: Skip Montanaro To: Nicholas Cannon Content-Type: multipart/alternative; boundary=001a11c1df2c92cd5b05032c2f1d Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --001a11c1df2c92cd5b05032c2f1d Content-Type: text/plain; charset=UTF-8 On Sep 16, 2014 4:17 AM, "Nicholas Cannon" 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 --001a11c1df2c92cd5b05032c2f1d Content-Type: text/html; charset=UTF-8


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

--001a11c1df2c92cd5b05032c2f1d--