Skip to content

Commit 1728d6e

Browse files
authored
WasmProfilers example (#35496)
1 parent d6c50cb commit 1728d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Filter | Description
102102
`+EXPR` | Includes expression
103103
`-EXPR` | Excludes expression
104104

105-
In the following example, profiled methods are filtered to the app's namespace, which is represented by the `{APP NAMESPACE}` placeholder:
105+
In the following example, profiled methods are filtered to the app's namespace `SampleApp` and sampling interval is 50ms.
106106

107107
```xml
108-
<WasmProfilers>browser:callspec=N:{APP NAMESPACE};</WasmProfilers>
108+
<WasmProfilers>browser:callspec=N:SampleApp,interval=50</WasmProfilers>
109109
```
110110

111111
## Additional resources

0 commit comments

Comments
 (0)