Skip to content

Commit 9070871

Browse files
authored
Merge pull request #21485 from unoplatform/ramezgerges-patch-1
docs: mention net10 wasm tooling for collecting gcdumps
2 parents adde719 + 96c19f5 commit 9070871

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/articles/guides/profiling-applications.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ This section provides insights into what to look for when analyzing flame charts
163163
164164
Profiling Skia-based Uno Platform targets can be done on Windows in Visual Studio 2019 and 2022 using [time and memory profilers](https://learn.microsoft.com/visualstudio/profiling/profiling-feature-tour?view=vs-2019).
165165
166-
## Profiling WebAssembly applications
166+
## Profiling WebAssembly applications with runtime diagnostics
167+
168+
As of Dotnet 10.0, runtime diagnostics like performance traces and GC dumps can be collected by calling some Javascript methods exposed by the Dotnet runtime. For more details, see the [dotnet 10.0 release notes](https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview4/aspnetcore.md#blazor-webassembly-runtime-diagnostics)
169+
170+
## Profiling WebAssembly applications with the browser's DevTools
167171
168172
Profiling WebAssembly applications can be done through the use of AOT compilation, and [browsers' performance tab](https://developer.chrome.com/docs/devtools/evaluate-performance/).
169173

0 commit comments

Comments
 (0)