Nice! If anyone's looking for a Python one that works on Google App Engine, you can use this one:<p><a href="https://github.com/kamens/gae_mini_profiler" rel="nofollow">https://github.com/kamens/gae_mini_profiler</a>
This looks interesting, particularly when the current field of Java profilers is mostly taken up by "enterprise" (read: hugely expensive) and open source projects that were abandoned at least a year or two ago.<p>I'm most interested on what kind of use this is getting -- @alvins, are you using it on production? If so, do you have any measurements on the performance penalty of running the profiler with a particular config (e.g., with all public methods profiled)?<p>And/or: a general roadmap and summary of status/stability...
If anyone's interested - this is the original project this is based off of: <a href="https://github.com/jriecken/gae-java-mini-profiler" rel="nofollow">https://github.com/jriecken/gae-java-mini-profiler</a>