kry4ever
kry4ever

Reputation: 39

Can someone explain the meaning of android studio memory dump?

I know the "retained size", it mean "Total size of memory being retained due to all instances of this class", but what does the rectangle behind the number mean? enter image description here

Upvotes: -2

Views: 57

Answers (1)

Shukang Z
Shukang Z

Reputation: 131

The rectangle behind the number represents the contribution of this row to the sum of all rows combined. The longer the rectangle is, the larger is the value. So the rectangles across the rows present a histogram of these values. Hope it helps.

Upvotes: 1

Related Questions