Skip to content

Commit cfe55f7

Browse files
committed
Updates
1 parent c1042ee commit cfe55f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ Add `callspec` to the `browser` WebAssembly profiler in the `<WasmProfilers>` el
9191

9292
In the project file (`.csproj`), the properties in the following table enable integration with the browser's profiler.
9393

94-
Property | Default | Set value to&hellip; | Description
95-
--- | :---: | :---: | ---
96-
`<WasmProfilers>` | No value | `browser` | Mono profiler. Currently, only "`browser`" is supported. The `browser` profiler enables integration with the browser's developer tools profiler.
97-
`<WasmPerfInstrumentation>` | `false` | `true` | Controls CPU sampling instrumentation for diagnostic server.
94+
Use the `<WasmProfilers>` property set to `browser` for the Mono profiler. Currently, only "`browser`" is supported. The `browser` profiler enables integration with the browser's developer tools profiler.
9895

9996
```xml
10097
<PropertyGroup>

0 commit comments

Comments
 (0)