Skip to content

Commit d3209d0

Browse files
committed
edits
1 parent 48384cb commit d3209d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/profiling/profiling-with-benchmark-dotnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Each diagnoser generates performance data related to that diagnoser. For example
111111

112112
1. In Visual Studio, select **File > Open > File** and navigate to the location of the *.diagsession* file, and then select and open the file.
113113

114-
1. Select the **Benchmark** tab to view BenchmarkDotNet data.
114+
1. Select the **Benchmark** tab to view data for the BenchmarkDotNet benchmarks.
115115

116116
![Screenshot of BenchmarkDotNet data in Visual Studio.](../profiling/media/vs-2022/benchmark-dotnet-diagsession.png)
117117

@@ -125,6 +125,8 @@ Each diagnoser generates performance data related to that diagnoser. For example
125125

126126
For an example of using the profiler to analyze memory allocations, see the blog post [Benchmarking with Visual Studio Profiler](https://devblogs.microsoft.com/visualstudio/benchmarking-with-visual-studio-profiler/).
127127

128+
To analyze data related to other tabs such as **CPU Usage**, see the corresponding article in the profiling documentation.
129+
128130
## Related content
129131

130132
- [First look at profiling](../profiling/choose-performance-tool.md)

0 commit comments

Comments
 (0)