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


Groups > comp.lang.python.announce > #543

ANN: Yappi 0.62 released

Path csiph.com!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <news@google.com>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.037
X-Spam-Evidence '*H*': 0.93; '*S*': 0.01; 'subject:ANN': 0.02; 'subject:released': 0.03; 'python)': 0.05; 'see:': 0.07; 'from:addr:sumerc': 0.09; 'from:name:sumer cip': 0.09; 'url:yappi': 0.09; 'all,': 0.27; 'url:code': 0.28; 'installed': 0.29; 'version': 0.32; 'source': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.34; 'header:Received:8': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'received:prod.google.com': 0.40; 'received:10.192': 0.40; 'url:p': 0.62; 'received:130': 0.68; 'directly.': 0.68; 'to:addr:moderators.isc.org': 0.73; 'received:130.133': 0.73; 'received:130.133.4': 0.73; 'received:130.133.4.7': 0.73; 'received:individual.net': 0.73; 'received:moderators.individual.net': 0.73
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-authentication-warning:to:path:from:newsgroups:subject:date :organization:lines:message-id:nntp-posting-host:mime-version :content-type:x-trace:x-complaints-to:nntp-posting-date :complaints-to:injection-info:user-agent:x-http-useragent; bh=7NkNbZzybkNClsIymO5qsRVAmjlZvEy+YVy6KMk1yC8=; b=lI+/m0OXuirkocIk9iW92LrO65sr54LWEUwM6kjvd4BOV2KHCbi46tqZTZPK/BRQkR HZqVjmUfIcUkTIAI/eT0EnOOBPEnUzb/hy2Fj52QDknRoYzgnGq6K7U61OKhSzINXbql KtmzBz8F0IGXaMo7qs0BWhECAZ6lRERTe+RQwtPwbTlRuoz1URdnTB5OlV1trdWYP79v DYoK+L1P8Tb2RC+J2/97bdWp4EAKtc1jps7z7OdFqk/ESnlaa86SnbSVXe2JD6JORxrp tu+3jO/jjBjq1CzjMMmM/Is2ika7rqHOJkEPbbV9rsLTiLQ6UhO92a9CCu12nYUAsEEe QjqQ==
X-Authentication-Warning yws13.prod.google.com: news set sender to news@google.com using -f
To comp-lang-python-announce@moderators.isc.org
From Sumer Cip <sumerc@gmail.com>
Newsgroups comp.lang.python.announce
Subject ANN: Yappi 0.62 released
Date Wed, 7 Mar 2012 05:00:35 -0800 (PST)
Organization http://groups.google.com
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Complaints-To groups-abuse@google.com
Injection-Info n12g2000yqb.googlegroups.com; posting-host=88.255.250.82; posting-account=J-m7IwoAAADh0kidxe3lTbvGLOR7n72a
User-Agent G2/1.0
X-HTTP-UserAgent Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3,gzip(gfe)
X-Gm-Message-State ALoCoQk4/SpDgJjSwSIh52eIb1nkyg6DJ4SGkaCoADyJxwIwmU3tu34v7KlzqtgzU+Hji4Cc1aEUTnwrl4JJKYWfhv5xbj4glM3lyI9jEj46tuYa6RKYkI4N+9lzOeTssJ2Rvs+WXdAh5gHF/pnvkyRb8d/qoMnfMne6kmfcdzNeBvdVb/WIE3Y=
X-Mailman-Approved-At Wed, 07 Mar 2012 15:48:32 +0100
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.469.1331131713.3037.python-announce-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1331131713 news.xs4all.nl 6990 [2001:888:2000:d::a6]:40909
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:543

Show key headers only | View raw


Hi all,

A new version of Yappi (a thread-aware profiler for Python) has been
released: 0.62. This version's most important feature is that Yappi,
finally supports per-thread CPU time profiling.

Can be installed via easy_install, pip or from the source directly.

See:
http://code.google.com/p/yappi/

Regards,

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: Yappi 0.62 released Sumer Cip <sumerc@gmail.com> - 2012-03-07 05:00 -0800

csiph-web