Jprofiler 7.2.2 - how to view the time spent on methods

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?

+5
source share
2 answers

, " ". , CPU. , , CPU.

+10
  • , " ".
  • "".
  • , , .
  • " ".
  • " ", " " , root.

Jprofiler 10.0.3.

0

All Articles