Skip to content

Commit ca408a4

Browse files
committed
fixes MicrosoftDocs/visualstudio-docs#5672
1 parent 6e0718d commit ca408a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/profiling/profile-apps-from-command-line.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Profiling using the Visual Studio Diagnostics CLI tools works by attaching the p
6666
VSDiagnostics.exe stop <id> /output:<path to file>
6767
```
6868

69-
1. Go to the file output from the previous command, and open it in Visual Studio to examine the information collected.
69+
1. Locate the *.diagsession* file output from the previous command, and open it in Visual Studio (**File** > **Open**) to examine the information collected.
70+
71+
To analyze the results, see the documentation for the corresponding performance tool. For example, this might be the [CPU Usage](../profiling/cpu-usage.md), [.NET Object Allocation tool](../profiling/dotnet-alloc-tool.md), or the [Database](../profiling/analyze-database.md) tool.
7072

7173
## <a name="config_file"></a> Agent configuration files
7274

0 commit comments

Comments
 (0)