-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] .NET WebAssembly profiling and memory diagnostics #69268
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBasics:
Profiled AOTThe goal is to make it possible to add "something" to a webassembly project in order to cause it to collect a stack trace
Sample profilingThe goal is to make it possible to collect a meaningful profile of the main browser thread while it is running managed code
Streaming EventPipe sessionsThe goal is to make it possible to create a WebSocket connection back to the dev server to send live streaming EventPipe session data to the user. Diagnostic server supportThe goal is to make it possible to start and stop EventPipe sessions using a
|
Previous goals
The goal is to make it possible to add "something" to a webassembly project in order to cause it to collect a nettrace file that can be fed to the
|
unified with #76316 |
Moved remaining goals to #76316
The text was updated successfully, but these errors were encountered: