How to: Set Performance Data File Name Options

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

By default, you save a profiling data (.vsp) file by using the following syntax:

Path\VSP-File\YYMMDD(N) .vsp

You can change any naming parameter on the General page of the properties dialog box for the performance session.

Requirements

  • Visual Studio Ultimate, Visual Studio Premium, Visual Studio Professional
Syntax Element Description
Path The directory that contains the report. The default location is the solution folder or the default location for the user's projects and solutions.
VSP-File The name of the profiling data file. The default name is the name of the solution or executable that is profiled.
YYMMDD A date stamp that shows the year, month and day that the profiling data was collected.
(N) If more than one profiling data file exists, an incremented number is added to the file name between parentheses.

To change the naming syntax of the profiling data files of a performance session

  1. In Performance Explorer, right-click the name of the performance session, and then click Properties.

  2. Click General.

  3. Under Report, change any of the following settings:

    Name Description
    Report location Specify a directory to store the profiling data files.
    Report name Specify a base name for the files.
    Automatically add new reports to the session Select the check box to automatically add the data file to the performance session.
    Append an incrementing number to generated reports Select the check box to add an incrementing number to the file name when more than one file of the same name exists. Clear the check box to overwrite an existing file.
    Use a timestamp for the number Select the check box to add a datestamp to the file name.