[ANN]: yappi v0.2 beta

O

Oktaka Com

Hi,

yappi(Yet Another Python Profiler) is a C extension that have
multithreading profiling capability. Profiler can be started from any
thread at any time. All threads in the attached interpreter will be
profiled.

Changes:
- 8 multithreading related issues/bugs are fixed.
- 1 memory leak(reference leak) bug fixed.
- add a get_stats() function to retrieve statictics as a list. Sorting
order and sorting column and result limit can be adjusted via this new
function.
- static pool and list can be adjusted at compile time.
- Robustness: Memory Allocation/OS/Python VM related error(s) should
be propagated to the application,
profiler should be as transparent as possible.

Misc:
- Documentation and API is still on its way... See the usage in the
web page or read the yappi.py file in the release. Names are self
explanatory.
- Testing of the profiler on a game server for about one month is
completed.

Sumer Cip
 
O

Oktaka Com

Hi,

yappi(Yet Another Python Profiler) is a C extension that have
multithreading profiling capability. Profiler can be started from any
thread at any time. All threads in the attached interpreter will be
profiled.

Changes:
- 8 multithreading related issues/bugs are fixed.
- 1 memory leak(reference leak) bug fixed.
- add a get_stats() function to retrieve statictics as a list. Sorting
order and sorting column and result limit can be adjusted via this new
function.
- static pool and list can be adjusted at compile time.
- Robustness: Memory Allocation/OS/Python VM related error(s) should
be propagated to the application,
  profiler should be as transparent as possible.

Misc:
- Documentation and API is still on its way... See the usage in the
web page or read the yappi.py file in the release. Names are self
explanatory.
- Testing of the profiler on a game server for about one month is
completed.

Sumer Cip

Forgot to give the project web page:) Here it is:


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


Sumer Cip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top