-
Notifications
You must be signed in to change notification settings - Fork 715
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
[PerfView][Pinned Object Heap] Add support for Pinned Object Heap data in ETW events #1146
Comments
5 tasks
@VSadov, thanks for filing this issue. Are you planning to submit a PR as part of this effort? |
Yes, you can assign this to me. |
VSadov
changed the title
Add support for Pinned Object Heap data in ETW events
[PerfView][Pinned Object Heap] Add support for Pinned Object Heap data in ETW events
Jun 22, 2020
18 tasks
@brianrob added POH support in the most recent version of perfview, closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once dotnet/runtime#34549 is merged, GC will start reporting additional information regarding Pinned Object Heap.
The new data is added in a backwards compatible way, so the change is not breaking.
However to fully support ingestion of the new data, PerfView needs to add support for additional fields. (see: dotnet/runtime#34549 for details)
The text was updated successfully, but these errors were encountered: