Skip to content

Commit 38dc50d

Browse files
authored
pencil edit
1 parent c44c92e commit 38dc50d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/profiling/add-timeline-graph-user-marks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ monikerRange: '>= vs-2022'
1414

1515
User Marks enable you to track custom events against Visual Studio's profiling tools by adding user mark functions into your code. The user marks appear as visual marks on the timeline graphs. You can do this to track a single event, or track a range. For example, you could track a "stop" and "start" event range.
1616

17-
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks.png" alt-text="Screenshot showing profiling user marks":::
17+
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks.png" alt-text="Screenshot showing profiling user marks.":::
1818

1919
> [!NOTE]
2020
> This feature requires Visual Studio 2022 version 17.11 Preview 3. The feature is available in the Performance Profiler and not while debugging in the Diagnostics Hub.
@@ -107,21 +107,21 @@ DIAGHUB_STOP_TRACE_SYSTEM();
107107
108108
1. In the **Summary** pane, select **Show user marks** to see details about the user marks.
109109
110-
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-timeline-initial-view.png" alt-text="Screenshot showing timeline":::
110+
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-timeline-initial-view.png" alt-text="Screenshot showing timeline.":::
111111
112112
Details appear in the User Marks tab.
113113
114-
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-view-user-marks.png" alt-text="Screenshot showing user marks":::
114+
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-view-user-marks.png" alt-text="Screenshot showing user marks.":::
115115
116116
1. To see the user mark details in the timeline, hover over the marks in the ruler.
117117
118-
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-hover-2.png" alt-text="Screenshot showing hovering over a user mark":::
118+
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-hover-2.png" alt-text="Screenshot showing hovering over a user mark.":::
119119
120120
1. To filter the details view, select a time range in the timeline graph, or right-click a row and select start and end times to filter the timeline graph.
121121
122122
You can also filter the view by setting intervals on ranges or by selecting multiple user marks.
123123
124-
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-set-interval.png" alt-text="Screenshot showing setting a user mark interval":::
124+
:::image type="content" source="../profiling/media/vs-2022/profiling-user-marks-set-interval.png" alt-text="Screenshot showing setting a user mark interval.":::
125125
126126
## Related content
127127

0 commit comments

Comments
 (0)