|
|
Log in / Subscribe / Register

yappi 0.3 released

From:  k3xji <sumerc-AT-gmail.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  yappi v0.3
Date:  Sun, 22 Nov 2009 02:44:10 -0800 (PST)
Message-ID:  <7790197c-794c-459e-a933-66c9683e2cd4@w19g2000yqk.googlegroups.com>

Hi,
yappi(yet another python profiler) is a Python Profiler with
multithreading support. This is the last beta version with some major
changes and bugfixes:

v0.3 Changes
---------
[+] yappi did not compile out of box on VS2008. Fix the compile
issues. (Thanks to Kevin Watters)
[+] tidy up stat formatting code. that's previously messy.
[+] BUGFIX:application total time is calculated wrong.
[+] BUGFIX:change some int's to long long's to prevent simple integer
overflows.
[+] show profiler status.
[+] show memory usage of the yappi itself.
[+] show thread class name in the thread stats.
[+] make thread/profiler stats column separated.
[+] big endian support for core hash function.
[+] BUGFIX: CURRENTCTX macro can return NULL on rare occassions,
handle that.
[+] BUGFIX: Shows wrong thread class name as we call it in the
profile_thread.
[+] OPTIMIZATION:some hashtable enhancements are done.


For documentation and download see:
http://code.google.com/p/yappi/


--
twitter.com/sumercip
Sumer Cip
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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




to post comments


Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds