GUI Description
Function
During memory tuning, MindStudio Insight displays the memory information in a Python call stack graph and a memory line & block graph, allowing developers to conveniently analyze and locate memory issues.
GUI Display
The Leaks page contains the function stack flame graph (area 1), memory request/release line graph & memory block graph (area 2), memory details disassembly diagram (area 3), and memory details table (area 4), as shown in Figure 1.
- Area 1: In the function stack flame graph, you can select a thread ID to display the corresponding Python stack graph. To highlight functions, enter function names in the Search text box or select function names from the drop-down list.
- Area 2: In the memory request/release line graph & memory block graph, you can select a block on the memory block graph to display the details of the memory block. You can select the device ID and type to display the corresponding memory line graph.
- Area 3: The memory details disassembly diagram is hidden by default. To show this diagram, move the cursor to the Function Stack Flame Graph or Memory Request/Release Line Graph & Memory Block Graph area to show a timeline and click a time point in timeline in the Memory Request/Release Line Graph & Memory Block Graph area.
- Area 4: The memory details table is classified into Block View and Event View for your selection. For details, see Displaying Memory Details.
Parent topic: Leaks
