-
Notifications
You must be signed in to change notification settings - Fork 752
Display JIT Allocated Heap Size #1289
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
Conversation
brianrob
left a 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.
@kunalspathak, this is looking good. A few comments/questions.
|
@brianrob - I think this should be ready for review. |
brianrob
left a 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.
LGTM. I will merge this once the corresponding runtime change is merged.
|
@brianrob - dotnet/runtime#44030 is merged now. |
Added a new event
MethodJitMemoryAllocatedForCodein dotnet/runtime#44030 to log the JIT 's memory request for code. This PR displays that information in PerfView.Here is the screenshot: