Skip to content

Commit 7aed823

Browse files
authored
Apply suggestions from code review
1 parent e6fae23 commit 7aed823

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,11 @@ For more information, see the [.NET Core diagnostics documentation](/dotnet/core
9898

9999
[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]
100100

101-
The following example:
102-
103-
* Collects performance counters for 60 seconds.
104-
* Collects CPU counters for 60 seconds.
105-
106101
In the project file (`.csproj`), the properties in the following table enable integration with the browser's profiler.
107102

108103
Property | Default | Set value to… | Description
109104
--- | :---: | :---: | ---
110-
`<WasmProfilers>` | No value | `browser` | Mono profilers to use. Potential values are "`browser`" and "`log`". To use both, separate the values with a semicolon. The `browser` profiler enables integration with the browser's developer tools profiler.
105+
`<WasmProfilers>` | No value | `browser` | Mono profiler. Currently, only "`browser`" is supported. The `browser` profiler enables integration with the browser's developer tools profiler.
111106
`<WasmPerfInstrumentation>` | `false` | `true` | Controls CPU sampling instrumentation for diagnostic server.
112107

113108
```xml

0 commit comments

Comments
 (0)