Memory Heap Utilization

This view displays the dynamic memory utilization over time. Each data point corresponds to a dynamic memory operation such as HeapAlloc, HeapFree, or calls to those APIs by C/C++ Runtime functions, such as malloc, free, new, and delete.

Menu Options

Views Menu Option Description
Add Add a view to the current view.
Remove Remove an existing view from the current view.
Resize Views To Fit Resizes all views to fit the current view window.
Resolution Menu Option Description

Very High - 200

High - 100

Medium - 50

Low - 25

Very Low - 10

Single - 1

Determines the number of intervals (data points in a line graph or bars in a bar graph) to display. For a more detailed graph, increase the number of intervals by selecting a higher resolution.
Zoom Menu Option Description
Show Full Trace Displays the full trace in the current view.
Zoom In Zooms in on the current view. To focus on a specific area, click and drag to select an interval.
Zoom Out Zooms out of the current view. To focus on a specific area, click and drag to select an interval.
Customize Menu Option Description
Show Filters/Legends

Toggles view of the actor view filters and legend.

Show Tool Panel

Toggles display of the Tool Panel.

Display Options Description
Various options for customizing the display of the current view. Each view contains its own Display Options icon (shown at left are the display options for the CPU Load Graph view) . Note that the options available from this menu will vary depending on the graph/view.

Time Region

A gray rectangular outline indicates the time region that is currently displayed by the Trace View. As the Trace View zooms in and out, this rectangle updates dynamically to mark the current region.

 

NOTE: realloc() events are displayed as two separate events (release + claim) due to technical limitations.

NOTE: This view does not show memory allocated by VirtualAlloc.

 

Related Topics about the Tracealyzer User Interface:

Related Topics ABOUT TRACEALYZER:

rELATED tOPICS ABOUT MONITORING: