![]() Previous |
![]() Next |
This table identifies methods wherein the application spends a significant amount of time executing. These will be the methods that have the largest sample count on the Hot Methods Table. Once you identify which method you determine the hottest, you can check your implementation of it and, if possible, optimize it to run faster. If you cannot optimize it, check the along the call chain (the Predecessors tab on the Predecessors/Successors Trace Tables) to see if you can reduce the number of calls to the hot method. Once you have done this, re-run your application to see if you have a new candidate for optimization.