![]() Previous |
![]() Next |
The Hot Packages panel contains a pie chart that shows the relative time that the Java application spent on executing code from the most used packages.
The chart legend contains a table that lists the packages with their respective colors on the chart. By clicking on a section of the pie chart, you can highlight the associated package in the legend table. The table contains the following columns:
Package: The name of the package.
Sample Count: The number of times that methods in the package were sampled.
Percentage: The percentage of total time that the application spent on executing methods in the package.
For information about working with tables, see Working with Tables.
Note: There is an annotation used to mark certain methods generated by the current lambda implementation as "hidden." To control whether or not to show methods annotated as hidden, choosePreferences -> Java Mission Control -> Flight Recorder -> "Show hidden lambda methods." You will need to close and then re-open any existing flight recordings to see the changes take effect. |