Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.36 KB

args.md

File metadata and controls

44 lines (36 loc) · 1.36 KB
title ms.date ms.topic ms.assetid author ms.author manager monikerRange ms.workload
Args | Microsoft Docs
11/04/2016
conceptual
20c35949-1f29-4282-ac75-4e6c237d71bc
mikejo5000
mikejo
jillfra
vs-2017
multiple

Args

The VSPerfCmd.exe Args option specifies a list of arguments that are passed to the target application of the Launch subcommand.

Args can only be used when Launch is also specified on the command line. Args is optional when Launch is specified.

Syntax

VSPerfCmd.exe /Launch:AppName /Args:Arguments [Options]

Parameters

Arguments A list of arguments to the target application of the Launch command.

Required Options

Launch: AppName Starts the specified application and begins profiling with the sampling method.

Example

The following example uses the Args option to pass arguments to TestApp.exe.

VSPerfCmd.exe /Start:Sample /Output:TestApp.exe.vsp
VSPerfCmd.exe /Launch:TestApp.exe /Args:"123, 'Hello World'"

See also