Limiting performance data collection
Limit performance data collection in order to focus on specific parts of your code and to speed up the profiling process.
You can limit performance data collection in any of the following ways:
- Specify a number of method invocations or an amount of time as the limit for data collection.
- In the Profile dialog box, select the Profiling tab and the Limits subtab.
- Enter instructions for stopping profiling after a specific number of method invocations or after a specific amount of time.
- Use filters to select packages, classes, or methods to include or exclude.
- In the Profile dialog box, select the Profiling tab, and in the Overview subtab click the Edit button.
- Select the appropriate profiling type, and click the Next button.
- Add a new filter set, or customize the contents of an existing set, to specify what is to be profiled.
- Click the Finish button.
Parent topic
Collecting performance data