|
|
|
|
|
by jtheory
4907 days ago
|
|
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. 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)? And/or: a general roadmap and summary of status/stability... |
|
I've gained large amounts of benefit out of it in development of my startup Pocketbook (https://getpocketbook.com). Because of it's 'live on-page' nature you can quite quickly see 'intensive' areas that you need to look at.
I would class it as beta and have been using/iterating it for over 4 months. However - the initial code-base was seeded from gae-mini-profiler which already had some mileage. I've added the annotation and sql profiling and made it non-gae based so we can all use it.
I don't have any roadmap as yet - if people want specific features out of it - happy to help.