You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/profiling/add-user-marks-to-timeline.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,17 @@ User Marks enable you to track custom events against Visual Studio's Profiler to
21
21
22
22
## Installation and setup
23
23
24
-
###Add the NuGet Package (.NET)
24
+
- Add the NuGet Package (.NET)
25
25
26
-
Download the package, [Microsoft.VisualStudio.DiagnosticsHub.UserMarks](https://www.nuget.org/packages/Microsoft.VisualStudio.DiagnosticsHub.UserMarks).
26
+
Download the package, [Microsoft.VisualStudio.DiagnosticsHub.UserMarks](https://www.nuget.org/packages/Microsoft.VisualStudio.DiagnosticsHub.UserMarks).
27
27
28
-
###Add source files (.NET, C++)
28
+
- Add source files (.NET, C++)
29
29
30
-
After installing Visual Studio, open the following folder: *[VS installation path]\Common7\IDE\CommonExtensions\Platform\DiagnosticsHub*.
30
+
After installing Visual Studio, open the following folder: *[VS installation path]\Common7\IDE\CommonExtensions\Platform\DiagnosticsHub*.
31
31
32
-
For managed C# code, add *UserMarks.cs* and *UserMarksRange.cs* to your project.
32
+
For managed C# code, add *UserMarks.cs* and *UserMarksRange.cs* to your project.
33
33
34
-
For native C++ code, add *UserMarks.h* to your project.
34
+
For native C++ code, add *UserMarks.h* to your project.
0 commit comments