needing a good profiler

W

Wizumwalt

Hey all,

I'm needing a profiler to time my methods and see where processing is
spending the most time. So I'm looking for suggestions on a good
profiler. I do use eclipse, but found so many, I didn't know which ones
were good.

The easier it is to use, the better for me.
 
A

Andrey Kuznetsov

I'm needing a profiler to time my methods and see where processing is
spending the most time. So I'm looking for suggestions on a good
profiler. I do use eclipse, but found so many, I didn't know which ones
were good.

The easier it is to use, the better for me.

I use YourKit Java Profiler.
It is very easy to use.
 
S

Scott Ellsworth

I'm needing a profiler to time my methods and see where processing is
spending the most time. So I'm looking for suggestions on a good
profiler. I do use eclipse, but found so many, I didn't know which ones
were good.

I have had very good luck with JProfiler, especially if I am doing
memory profiling.

JetBrains, makers of IDEA, are happy with YourKit.

On a Mac, Shark can time and memory profile, though I usually prefer a
dedicated Java profiler.

Scott
 
R

Robert Klemme

Hey all,

I'm needing a profiler to time my methods and see where processing is
spending the most time. So I'm looking for suggestions on a good
profiler. I do use eclipse, but found so many, I didn't know which
ones were good.

The easier it is to use, the better for me.

Did you try the built in java -Xrunhprof:... with a standalone evaluation
tool like PerfAnal (can be found somewhere on the Sun web site) or HP
JMeter? Zero cost and for me it works pretty well. There's also a free
Eclipse plugin although I cannot state how stable that is right now.

Kind regards

robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top