Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Concepts
Command-Line Profiling of Stand-Alone Applications