Output

The Output option specifies the name of the profiling data file for the performance session. Output must be used with the Start option.

VSPerfCmd.exe /Start:Method /Output:FileName [Options]

Parameters

  • FileName
    The name of the data file. Full and partial paths are accepted. If a path is not specified, the file is created in the current directory.

Required Options

The Output option must be used with the Start option.

  • Start: Method
    Specifies the output file name.

Example

In the following example, the profiling data file is created in the current directory.

VSPerfCmd.exe /Start:Sample /Output:TestApp.exe.vsp

See Also

Reference

VSPerfCmd

Concepts

Command-Line Profiling of Stand-Alone Applications

Command-Line Profiling of ASP.NET Web Applications

Command-Line Profiling of Services