Skip to content

Commit c44c92e

Browse files
committed
PRMerger edits
1 parent 79089ec commit c44c92e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/profiling/profiling-feature-tour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.subservice: debug-diagnostics
1818

1919
Application performance measuring tools are essential for developers who want to optimize their code and improve application performance. Visual Studio offers a range of profiling and diagnostics tools that can help you diagnose memory and CPU usage and other application-level issues. With these tools, you can accumulate performance data while you run your application. A profiler can help you make informed decisions quickly by providing a visual depiction of execution times and CPU usage for your application. In this article, we give a quick look at the most common profiling tools.
2020

21-
For help choosing the correct tool, or to see profiling tool support for different app types, see [Which tool should I use?](../profiling/choose-performance-tool.md) For a tutorial that shows a general approach to optimizing code using the profiling tools, see [Beginner's guide to optimizing code](../profiling/optimize-code-using-profiling-tools.md).
21+
For help with choosing the correct tool, or to see profiling tool support for different app types, see [Which tool should I use?](../profiling/choose-performance-tool.md) For a tutorial that shows a general approach to optimizing code using the profiling tools, see [Beginner's guide to optimizing code](../profiling/optimize-code-using-profiling-tools.md).
2222

2323
## <a name="post_mortem"></a> Measure performance in release builds
2424

@@ -257,7 +257,7 @@ The tool shows each event in a list view. Columns provide information about each
257257
::: moniker range=">=vs-2022"
258258
## View custom events in the timeline graphs
259259

260-
You can programatically create custom events that appear as icons in the timeline graphs such as the CPU utilization and memory usage timeline graphs. For more information, see [Add user marks to timeline](../profiling/add-user-marks-to-timeline.md).
260+
You can programatically create custom events that appear as icons in the timeline graphs such as the CPU utilization and memory usage timeline graphs. For more information, see [Add user marks to timeline](../profiling/add-timeline-graph-user-marks.md).
261261
::: moniker-end
262262

263263
## Analyze resource consumption (XAML)

docs/profiling/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
- name: Analyze Resource Consumption
112112
href: application-timeline.md
113113
- name: Add user marks to timeline
114-
href: add-user-marks-to-timeline.md
114+
href: add-timeline-graph-user-marks.md
115115
- name: BenchmarkDotNet
116116
href: profiling-with-benchmark-dotnet.md
117117
- name: Analyze GPU usage

0 commit comments

Comments
 (0)