aspose file tools
The moose likes Java in General and the fly likes Java profiling tool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Java profiling tool" Watch "Java profiling tool" New topic
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
    
    3

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Java profiling tool
 
Similar Threads
profiling Java applications which are running on Websphere application server
Good profiler (JProbe vs. JProfiler vs free ones)
Ned to change servlet code to pure java
Profiling Tool
Can any body suggest me, how to improve performance of the EJB Component?