Custom Analysis
Create a new custom analysis type based on available predefined analysis configurations.
To create and run a new custom analysis type:
- Click the
(standalone GUI)/
(Visual Studio IDE)
Configure Analysisbutton on theIntel® VTune™toolbar.ProfilerTheConfigure Analysiswindow opens. - From theHOWpane, click the
Browse button and choose an analysis type to customize, for example: Threading.
- Click theCopybutton.VTunecreates an editable copy of the selected configuration and adds it to theProfilerCustom Analysissection.
- Manage the custom configuration using the following controls:
Enable an editable mode for the configuration and specify the following analysis identifiers:
- Analysis name: Enter/edit a name of this custom analysis type.
- Command line name: Enter/edit a name of the custom analysis type that will be used as an identifier when analyzing the project from the command line. Keep it short for your convenience.
- Analysis identifier: Specify a shorthand identifier to be appended to the name of each result produced by this analysis type. For example, adding thetridentifier for the Threading analysis result produces the following result name:r000tr, where000is the result number.
- Comments: Provide a short meaningful description of the analysis type you create. This information may help you easily identify the analysis type specifics later.
Customize a copy of the selected analysis.
Delete the custom analysis.
Configuration options available for a new custom configuration depend on the original analysis you customize. - Click theStartbutton to run the analysis.