輸出
Output 選項會指定效能工作階段之分析資料檔案的名稱。 Output 必須與 Start 選項搭配使用。
VSPerfCmd.exe /Start:Method /Output:FileName [Options]
參數
- FileName
資料檔案的名稱。 接受完整與部分路徑。 如果未指定路徑,則會在目前目錄中建立檔案。
必要選項
Output 選項必須與 Start 選項一起使用。
- **Start:**Method
指定輸出檔名稱。
範例
下列範例會在目前目錄中建立程式碼剖析資料檔案。
VSPerfCmd.exe /Start:Sample /Output:TestApp.exe.vsp