The VTune(TM) Performance Environment provides several types of analysis to help you understand the performance of your software. It enables you to add one or more Activities and specify the type of performance data you want to collect, using different analysis techniques.
The VTune environment provides wizards to help you create Activities. The Activity is created within a project. Once you create an Activity, it appears in the Tuning Browser.
At the end of data collection, the VTune environment displays the Activity results in the appropriate data collector or static analysis view. It also displays an entry for the results under the respective Activity in the Tuning Browser.
A tuning project (.vpj file) contains tuning Activities and Activity results, both of which may be associated with additional files. You can modify an existing Activity using the Application/Module Profile Configuration dialog box.
The VTune environment enables you to manipulate and examine the project, Activities, and Activity results from the command line. The following commands are available:
Command Name |
Description |
---|---|
Opens a project created in the graphical interface of the VTune(TM) Performance Analyzer. | |
Creates an Activity. | |
Deletes the project or an Activity. | |
Displays or modifies default option values for all Activities in a project. | |
Controls the remote data collection settings provided in the remote data collection configuration file. | |
Packs the project's contents into file with the .vxp extension | |
Unpacks a packed project (.vxp file) to a project. | |
Imports a file into a project. | |
Provides information about available collectors and views. | |
Runs the Activity defined in the project file. | |
Shows the contents of the project. | |
version |
Shows version information. |
Shows the Activity result in an ASCII format. |
You can enter multiple commands in a single command line.
Command-line example:
>vtl show activity -c sampling show run a1 show
This example enables you to:
1. View the current project state.
2. Create a new Activity with the sampling collector.
3. View the project again.
4. Run the Activity.
5. View the project once again with Activity results.
Click the following buttons for more information about working with projects and Activities: