Deleting Activities

Deleting an Activity from GUI

You can delete an Activity from the project by doing the following:

  1. Right-click the Activity name in the Tuning Browser.

  2. Select Delete from the context menu.
    The VTune(TM) Performance Environment deletes the Activity.

Deleting an Activity from the Command Line

You can delete an Activity or the whole project using the delete command with one of the following options:

vtl delete <activity_name>

To delete an Activity from the command line:

Specify the name of the Activity to delete as the <activity_name> argument.

Command-line example:

>vtl delete a1

Tip

Use the show command to know the Activity shortcut name.

To delete the whole project from the command line:

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