I downloaded a trial version of JProfiler and am testing it on a java 1.5 console application. This shows only memory usage, i.e. How many instances of java.lang.String were created. I want to see what methods were called and how much time was spent on each method. I did not understand how to do this in the trial version.
I looked at the following article http://java.dzone.com/articles/jprofiler-your-java-code-could, which shows the menu selection for "Performance Bottle Necks". I do not have this option in my dropdown menu. Is this feature disabled in the trial version?
source
share