각 항목별 해석을 어떻게 해야하는지 찾아보게 되었다.
1. Heap Size: 해당 process가 점유하고 있는 heap size
2. Allocated: process가 할당한 allocated size
3. Free: process에서 free한 size로 이후 allocation을 위해서 heap에 남아 있음
참고:
The top section is the main one, where "size" is the total size in address space of a particular heap, "allocated" is the kb of actual allocations that heap things it has, "free" is the remaining kb free the heap has for additional allocations, and "pss" and "priv dirty" are the same as discussed before specific to pages associated with each of the heaps.
'Android' 카테고리의 다른 글
How to get screen dimensions (0) | 2010.09.16 |
---|---|
기존 프로젝트에서 Android Junit 설정하여 사용하기 (0) | 2010.09.02 |
Shallow and Retained Size (0) | 2010.07.20 |
android heap dump (0) | 2010.07.07 |
Battery 상태확인 (0) | 2010.06.29 |