Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.24 KB

overview.md

File metadata and controls

40 lines (26 loc) · 1.24 KB

Overview bookmark

This bookmark provides several general views summarizing where the application consumes the most direct memory.

It aims to serve as an entry point for analysis.

Its view gives insight on the direct memory consumption of the application on two axes: owners and components (as defined in the data model page).

Charts

This page presents pie charts of the direct memory consumption for:

  • the different owners (on the left)
  • the different components, for the most memory-consuming owners (on the right)

Owners

This page lists the direct memory consumption of the different owners.

The total memory consumption is not equal to the sum of the memory consumption for every owner, since some chunks are shared across multiple owners.

Components

This page lists the direct memory consumption per component for the different owners.

The total memory consumption of an owner is not equal to the sum of the memory consumption for every component, since some chunks are shared across multiple components.

Detailed

This page is a more detailed version of the components page. Each component has its memory consumption split further according the to type and class of its chunks.