http://www.slideshare.net/guest62fd60c/eclipse-memory-analyzer-presentation
Shallow heap is the memory consumed by one object
Retained set of X is the set of objects that will be garbage collected if X is garbage collected.
Retained heap of X is the sum of shallow sizes of all objects in the retained set of X, i.e. memory kept alive by X.
(간단하게 정리해보면 Retained size는 대상 object가 reference하는 object들 모두에 대한 heap size를 가리키고 Shallow size는 대상 object만 한정하여 소요하는 heap size를 가리키는 듯 하다.)
'Android' 카테고리의 다른 글
기존 프로젝트에서 Android Junit 설정하여 사용하기 (0) | 2010.09.02 |
---|---|
DDMS VM Heap 해석 (0) | 2010.07.20 |
android heap dump (0) | 2010.07.07 |
Battery 상태확인 (0) | 2010.06.29 |
invalidate vs. postInvalidate (0) | 2010.06.29 |