| Author |
profiler used for java
|
nitinram agarwal
Ranch Hand
Joined: Jan 29, 2009
Posts: 77
|
|
Hello All,
I would like to know which is the profiler mostly used in software industry. I would like it to get used in my company. Though I have gone through some dump details of other profilers like jprofiler but would like to take an opinion before using it in my project.
Regards
|
 |
Joachim Rohde
Ranch Hand
Joined: Nov 27, 2006
Posts: 423
|
|
|
The few times I needed a profiler at work, I used the Netbeans Profiler (http://profiler.netbeans.org/) which was sufficient for my needs.
|
 |
Jeremie Blais
Greenhorn
Joined: May 21, 2006
Posts: 14
|
|
|
If you are developing using the Eclipse IDE, you might want to look at TPTP (http://www.eclipse.org/tptp/). Similarly to Joachim, it is the only profiler I've used, so I don't know if it is the most popular one in the industry.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32599
|
|
|
Sounds more difficult than the usual beginner's question. Moving. Since NetBeans and Eclipse have both been mentioned, let's try the IDEs forum.
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16680
|
|
I would like to know which is the profiler mostly used in software industry. I would like it to get used in my company.
In terms of "corporate standards", I noticed (from my small sampling of projects in large companies) that Wily (now owned by CA) seems to be the most prevalent. I have also seen a few IT shops that have standardize on Yourkit. Mercury also seems very much in use -- but in that case, it is mostly for their load generator, and not for their profiler.
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Mourouganandame Arunachalam
Ranch Hand
Joined: Oct 29, 2008
Posts: 395
|
|
Have a look at this URL for the open source profilers in java.
However, personally I love netbeans profiler.
Mourougan
|
Mourougan
Open Source leads to Open Mind
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: profiler used for java
|
|
|