-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[release/9.0][browser] Enable the log profiler #107747
[release/9.0][browser] Enable the log profiler #107747
Conversation
Tagging subscribers to 'arch-wasm': @lewing |
servicing approved here #107626 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. we can merge when ready
@pavelsavara please take a look at the failing PR legs. |
The failure in WasmBuildTests is #106160 |
It's unrelated known issue #106160 |
Backport of #107434 to release/9.0
Customer Impact
Enables Uno to use legacy memory profiler, which they already use with custom build of the runtime in Net8.
We don't have EventPipe solution for browser yet.
Regression
Testing
Automated test on main branch
Risk
Low. This is only used when
<WasmProfilers>log;</WasmProfilers><WasmBuildNative>true</WasmBuildNative>