![]() Previous |
![]() Next |
The Hot Methods panel contains a table with the stack trace of the called methods. You can identify the methods that are sampled the most amount of times and see if you can optimize them to run faster. This table contains the following columns:
Stack Trace: The name of the method.
Sample Count: The number of times that the method was sampled.
Percentage: The percentage of total time that the application spent on executing code in the method.
To filter the table entries, select the column on which you want to filter and then specify the filtering string. You can use wildcards in the filtering string and specify a regular expression by prepending it with regexp:
. If the table contains numeric values, you can specify a logical expression using the comparison operators (<
, <=
, >
, >=
), the AND operator (&&
), and the OR operator (||
).
For information about working with tables, see Working with Tables.