ANN: Yappi 0.62 released

2012-03-07 Thread Sumer Cip
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/yapp

yappi v0.53 released

2011-03-07 Thread Sumer Cip
Hi all, New version of yappi(0.53) just released. Version Highlight: - Py3k support. - Submitted to PyPI. Now Yappi becomes installable via easy_install. > easy_install yappi Changes: - Issue #19, #20, #21 fixes. - debug priint changes. few file re-org. http://code.google.com/p/yappi/ Regard

ANN: Yappi(Yet Another Python Profiler) 0.51 released

2010-05-15 Thread Sumer Cip
Hi all, Yappi (Yet Another Python Profiler) 0.51 released. See the version highlights: * OPTIMIZATION:Use per-pit cpc for better accuracy in different timing_sample values. Now timing_sample is not linearly decreasing the timing accuracy for most of the applications tested. We reduced the run

ANN: yappi v0.4 beta released

2010-02-24 Thread Sumer Cip
Changes: - Some mem corruption problems on various platforms are fixed. - installation related problems fixed. Download: http://code.google.com/p/yappi/ - Sumer Cip twitter.com/sumercip -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software