[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Performance of business code  XML
Forum Index -> Community
Author Message
hilka

Power User

Joined: 23/11/2007 09:00:08
Messages: 191
Offline

Hello everyone,

with Captain Casa the GUI framework can not be blamed any more for the weak performance of an application. This was a good excuse with Casabac/CIS.
So we need to take a look at our business code to make it perform better. In order to do this we need some profiling tool.

Do you have any experience with profiling/performance tools?

Thanks,
Tobias
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hi Tobias,

my (current) tool of choice for profiling: Profiler4J. It's easy to configure and to use + gives me all information I need for performance analysis.

...+it's open source.

Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

One other product I fell in love to: TIJmp http://www.khelekore.org/jmp/tijmp/. It's "just" for memory profiling, it's open source, it does what I expect... - and it's very simple to integrate into your environment.

Björn

Björn Müller, CaptainCasa GmbH
hilka

Power User

Joined: 23/11/2007 09:00:08
Messages: 191
Offline

Hello Community,

I must say I really like the Profiler4j tool. It does help you to find the bottlenecks in your application.

But there are some issues, like exporting the results for comparison (before/after optimization), and there are some minor bugs, like taking two snapshots in a row increases the counter of a method call, even though the method was only called once.

Don't get me wrong, I really recommend this tool. It's easy to use and very easy to integrate in your environment.

I just wanted to know if some of the community members have experience with other tools for performance analysis.

Tobias
 
Forum Index -> Community
Go to:   
Powered by JForum 2.1.6 © JForum Team