Skip to content

Commit e817ab3

Browse files
authored
Merge pull request #1690 from ferdeen/patch-2
Update profiling-feature-tour.md
2 parents 9ceaf69 + 2923203 commit e817ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/profiling/profiling-feature-tour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ While you are debugging, you can use the **Diagnostic Tools** window to analyze
2828

2929
The **Diagnostic Tools** window is often the preferred way to profile apps, but for Release builds you can also do a post-mortem analysis of your app instead. If you want more information on different approaches, see [Run profiling tools with or without the debugger](../profiling/running-profiling-tools-with-or-without-the-debugger.md). To see profiling tool support for different app types, see [Which tool should I use?](#which-tool-should-i-use).
3030

31-
> ![NOTE]
31+
> [!NOTE]
3232
> You can use the post-mortem tools with Windows 7 and later. Windows 8 and later is required to run profiling tools with the debugger (**Diagnostic Tools** window).
3333
3434
## Analyze CPU Usage
@@ -162,4 +162,4 @@ Here is a table that lists the different tools Visual Studio offers and the diff
162162
|[JavaScript Memory](../profiling/javascript-memory.md)|no|yes for HTML, no for XAML|no|
163163

164164
## See also
165-
[Debugging in Visual Studio](../debugger/debugging-in-visual-studio.md)
165+
[Debugging in Visual Studio](../debugger/debugging-in-visual-studio.md)

0 commit comments

Comments
 (0)