Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   ANN: yappi 0.1 beta : Yet Another Python Profiler (http://www.velocityreviews.com/forums/t701090-ann-yappi-0-1-beta-yet-another-python-profiler.html)

k3xji 10-10-2009 10:58 AM

ANN: yappi 0.1 beta : Yet Another Python Profiler
 
Hi all,

After implementing a game server on which 100k people playing games
per-day, it turns out to be that continuous and efficient profiling is
key to improve an long-running applications like these. With this idea
in mind, I am motivated to write a profiler. I am not a Python expert
or even close to it but thanks to the ease of language and C API, I
can come up with a source code profiler with multithreading support.
Thanks for all the people here for answering my silly questions.

I have tested the profiler in our game server for about 3 days without
any issues but please use it at your own risk and note that this is
still beta. Expect silly errors and if possible, help me to fix
them:)

Get more information: (thanks to Google Code)
http://code.google.com/p/yappi/

Download:
http://code.google.com/p/yappi/downloads/list

Not to mention any comment/idea/curse is welcome.

Sumer Cip


All times are GMT. The time now is 08:58 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57