Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] yappi v0.2

0 views
Skip to first unread message

k3xji

unread,
Nov 6, 2009, 4:37:17 PM11/6/09
to comp-lang-py...@moderators.isc.org
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:

0 new messages