| Author |
Java profiling tool
|
Harsha Hegde
Greenhorn
Joined: Jan 12, 2009
Posts: 17
|
|
Hi,
I need to analyze the time taken by my application to figure out which method is taking how much time to execute. So to do such a profiling is there any easy to use tool?
Regards,
Harsha
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12950
|
|
|
The JDK includes a tool called VisualVM which contains a profiler. You can start it by running the command jvisualvm.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: Java profiling tool
|
|
|