You can delete an Activity from the project by doing the following:
Right-click the Activity name in the Tuning Browser.
Select Delete
from the context menu.
The VTune(TM) Performance Environment deletes the Activity.
You can delete an Activity or the whole project using the delete command with one of the following options:
vtl delete <activity_name>
[-a | -all]
[-f | -force]
Specify the name of the Activity to delete as the <activity_name> argument.
Command-line example:
>vtl delete a1
Use the show command to know the Activity shortcut name.
Use the -all (or -a) option.
Command-line example:
>vtl delete -all
Before deleting an Activity, the VTune environment asks you for confirmation. To delete without prompting for confirmation, use the -force (or -f) option.
Command-line example:
>vtl delete a1 -f