-
Notifications
You must be signed in to change notification settings - Fork 752
Fix outdated documentation references to 'GC Heap Alloc Stacks' #2224
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
…c Stacks' Co-authored-by: brianrob <6210322+brianrob@users.noreply.github.com>
| you would have to restart the application to collect this information. | ||
| </p> | ||
| <p> | ||
| Once you have the data you can view the data in the 'GC Heap Net Mem', which shows you the call |
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.
Let's also update references to "GC Heap Net Mem" to "GC Heap Net Mem (Coarse Sampling)", since this view's name has also changed.
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.
Updated all references to "GC Heap Net Mem" to "GC Heap Net Mem (Coarse Sampling)" throughout the documentation. Changes include the section header and all text/link references. Commit 82437fd.
Co-authored-by: brianrob <6210322+brianrob@users.noreply.github.com>
|
Copilot Post-Mortem:
|
mconnew
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.
![]()
The PerfView help documentation contained multiple outdated references to "GC Heap Alloc Stacks" which was renamed to "GC Heap Alloc Ignore Free (Coarse Sampling) Stacks" a long time ago. This caused confusion for users who couldn't find the menu items mentioned in the help.
Changes Made
#GCHeapAllocsection to correctly reference#GCHeapAllocIgnoreFree(CoarseSampling)StacksFiles Changed
src/PerfView/SupportFiles/UsersGuide.htm- Updated 11 lines with corrected menu names and fixed linksVerification
This ensures users can successfully navigate the help documentation to find the features they need without encountering broken links or outdated menu names.
Fixes #1788.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.