Skip to content

Fix grammar typos #7022

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

Merged
merged 1 commit into from
Sep 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/profiling/memory-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ To analyze memory usage, click one of the links that opens up a detailed report
The report appears in a separate window.

### Managed types reports
Choose the current link of a **Objects (Diff)** or **Allocations (Diff)** cell in the Memory Usage summary table.
Choose the current link of an **Objects (Diff)** or **Allocations (Diff)** cell in the Memory Usage summary table.

![Debugger managed type report - Paths to Root](../profiling/media/dbgdiag_mem_managedtypesreport_pathstoroot.png "DBGDIAG_MEM_ManagedTypesReport_PathsToRoot")

Expand All @@ -124,7 +124,7 @@ To analyze memory usage, click one of the links that opens up a detailed report
The **Instances** view displays the instances of the selected object in the snapshot in the upper pane. The **Paths to Root** and **Referenced Objects** pane displays the objects that reference the selected instance and the types that the selected instance references. When the debugger is stopped at the point where the snapshot was taken, you can hover over the **Value** cell to display the values of the object in a tool tip.

### Native type reports
Choose the current link of a **Allocations (Diff)** or **Heap Size (Diff)** cell in the Memory Usage summary table of the **Diagnostic Tools** window.
Choose the current link of an **Allocations (Diff)** or **Heap Size (Diff)** cell in the Memory Usage summary table of the **Diagnostic Tools** window.

![Native Type View](../profiling/media/dbgdiag_mem_native_typesview.png "DBGDIAG_MEM_Native_TypesView")

Expand Down