-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add Medium GC Profiling & ICorProfilerInfo::GetObjectReferences #24156
Conversation
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.
Minus the one comment it looks fine to me
6f7d712
to
768ceb1
Compare
d2d1ff2
to
09a37fe
Compare
09a37fe
to
702e568
Compare
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.
Looked reasonable to me. We'll also need a corresponding PR for updated docs.
c712a50
to
1b50761
Compare
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
1b50761
to
77d39a3
Compare
LGTM for the new changes |
Can someone check this in please? |
I'm happy to merge this but I wanted to make sure that diagnostics folks are ok with the API stuff here. @noahfalk do you need more time to think about this? I think it's ok to have it as 2 flags - light and medium, and they are exclusive (ie, medium does not imply light). if they are ok with this then we'll merge. |
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 had one more question inline, but seems fine to me. 👍
Fixes https://github.com/dotnet/coreclr/issues/24155 & https://github.com/dotnet/coreclr/issues/24132.