The Summary view displays the following bar charts that graphically represent the primary memory utilization hotspots for ABL object types and classes with most instances.

Table 1. Memory usage bar charts
Bar chart Description
Largest Objects Displays the top five largest memory-consuming objects at the time of the snapshot. The x-axis represents memory consumed in KB, while the y-axis represents the name of the object. You can hover over the bars to see the following information about a particular object:
  • ID—Specifies a unique identifier of the object still present in the application at the time of the snapshot.
  • Memory Usage—Specifies the amount of memory used in KB by the application object.
  • Type—Specifies the type of application object. For example, Widget Pool, DB Connection, and so on.
Classes with Most Instances Displays the top five OOABL classes that have the highest number of instances at the time of the snapshot. The x-axis represents the count of instances, while the y-axis represents the name of the class. You can hover over the bars to see the count of instances and type for a particular class.