ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
[ANN] yappi v0.2
by K3xji other posts by this author
Nov 7 2009 9:08PM messages near this date
[ANN] yappi v0.2 - link | ANN: eGenix mxODBC - Python ODBC Database Interface 3.0.4
yappi(Yet Another Python Profiler) v0.2 released. Documentation is
updated.

Features:
    * very efficient multi-threading profiling.
    * profiler pollution effect (the overhead that the profiler put on
an application) can be viewed from the statistic results.
    * may help to avoid deadlocks. yappi holds the name of the last
function executed in a specific thread in the statistic results which
helps to assist the programmer finding deadlock situations. More info
can be seen in the usage reference manual section.
    * profiler can be started from any thread at any time in a running
application.
    * ability to get statistics without stopping the profiler on the
fly.
    * various flags to arrange/sort statistic result set.
    * specially designed for long-running Python applications.
    * very simple to use.

See:
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved