-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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/6.0] Surface allocations per thread #58123
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsBackport of #57773 to release/6.0 /cc @mikem8361 @hoyosjs Customer ImpactTestingRisk
|
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. Please get a code review and we will take for consideration in RC2.
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.
LGTM
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.
I've examined this in detail and lgtm
Backport of #57773 to release/6.0
/cc @mikem8361 @hoyosjs @tommcdon
Customer Impact
Adds the interface necessary for VS to display per-thread GC allocations.
Testing
The VS team (Gabrielle Chen) confirmed that the new feature is working with these changes.
Risk
Low.