Skip to content

Commit 0b8ab11

Browse files
authored
Apply suggestions from code review
1 parent f02f26c commit 0b8ab11

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

aspnetcore/blazor/performance/webassembly-browser-developer-tools-diagnostics.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Configure the sample interval in the app's project file. In the following exampl
7373

7474
```xml
7575
<PropertyGroup>
76-
<WasmProfilers>browser:sampleIntervalMs={INTERVAL};</WasmProfilers>
76+
<WasmProfilers>browser:interval={INTERVAL};</WasmProfilers>
7777
</PropertyGroup>
7878
```
7979

@@ -89,15 +89,6 @@ Add `callspec` to the `browser` WebAssembly profiler in the `<WasmProfilers>` el
8989

9090
## .NET Core Diagnostics Client Library example
9191

92-
Parse and validate NetTrace (`.nettrace`) messages using the .NET Core Diagnostics Client Library:
93-
94-
* [`dotnet/diagnostics` GitHub repository](https://github.com/dotnet/diagnostics)
95-
* [`Microsoft.Diagnostics.NETCore.Client` NuGet package](https://www.nuget.org/packages/Microsoft.Diagnostics.NETCore.Client)
96-
97-
For more information, see the [.NET Core diagnostics documentation](/dotnet/core/diagnostics/) and the [`IpcMessage` API (reference source)](https://github.com/dotnet/diagnostics/blob/main/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsIpc/IpcMessage.cs).
98-
99-
[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]
100-
10192
In the project file (`.csproj`), the properties in the following table enable integration with the browser's profiler.
10293

10394
Property | Default | Set value to&hellip; | Description
@@ -108,7 +99,6 @@ Property | Default | Set value to&hellip; | Description
10899
```xml
109100
<PropertyGroup>
110101
<WasmProfilers>browser</WasmProfilers>
111-
<WasmPerfInstrumentation>true</WasmPerfInstrumentation>
112102
</PropertyGroup>
113103
```
114104

0 commit comments

Comments
 (0)