Skip to content

Commit c0aaa70

Browse files
authored
Apply suggestions from code review
1 parent 4a48841 commit c0aaa70

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/profiling/flame-graph.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ The **Flame Graph** helps you identify hot paths in your code by visualizing a c
2424

2525
1. The Flame Graph view is in the CPU tool details tool window, above the source line highlighting view. After you've stopped your profiling session, you can view the Flame Graph by clicking **Open details**.
2626

27-
![Screenshot showing Open details selected.](./media/vs-2022/flame-graph-open-details.png "Open details view selected")
27+
![Screenshot showing Open details selected.](./media/vs-2022/flame-graph-open-details.png "Open details view selected")
2828

2929
1. Select **Flame Graph** in the Current View dropdown selection.
3030

31-
![Screenshot showing Flame Graph view selected.](./media/vs-2022/flame-graph-view.png "Flame Graph view selected")
31+
![Screenshot showing Flame Graph view selected.](./media/vs-2022/flame-graph-view.png "Flame Graph view selected")
3232

33-
![Screenshot showing Flame Graph overview displayed.](./media/vs-2022/flame-graph-overview.png "Flame Graph overview displayed")
33+
![Screenshot showing Flame Graph overview displayed.](./media/vs-2022/flame-graph-overview.png "Flame Graph overview displayed")
3434

3535
1. By default, the flame graph in the CPU tool is shown upside down or as an "icicle chart," where the y-axis is counting stack depth downwards from zero at the top. You can view the standard flame chart layout by clicking **Flip Flame Graph**.
3636

37-
![Screenshot showing Flip Flame Graph selected.](./media/vs-2022/flame-graph-flip.png "Flip Flame Graph selected")
37+
![Screenshot showing Flip Flame Graph selected.](./media/vs-2022/flame-graph-flip.png "Flip Flame Graph selected")
3838

3939
## Navigation
4040
In the Flame Graph view, you can navigate by clicking on a node with a mouse or using the keyboard.

docs/profiling/profiling-feature-tour.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Tools available in the Diagnostic Tools window or during a debugging session inc
5252
- [Memory usage](../profiling/memory-usage.md)
5353
- [PerfTips](../profiling/perftips.md)
5454

55-
[!TIP] Use relaunch to skip the launch page and automatically run with your previous settings by pressing **Alt+F2** or by clicking **Debug > Performance Profiler**.
55+
> [!TIP]
56+
> Use relaunch to skip the launch page and automatically run with your previous settings by pressing **Alt+F2** or by clicking **Debug > Performance Profiler**.
5657
5758
> [!NOTE]
5859
> Windows 8 and later is required to run profiling tools with the debugger (**Diagnostic Tools** window). You can use the [post-mortem](#post_mortem) tools with Windows 7 and later.

0 commit comments

Comments
 (0)