Chromium Code Reviews
DescriptionAdd tools/android/memdump/.
This adds the 'memdump' binary that dumps device memory information for a list
of processes and 'memreport.py' (executed on the host) used to process this
information.
Memdump is similar to /proc/<PID>/smaps except that it is multi-process aware.
For a list of processes (e.g. browser + renderer processes), it is able to
dinstinguish the memory pages that are mapped only in these processes from the
ones that are private or also mapped in external processes.
This is useful to gather high level memory usage information (e.g. heap size vs
code size) for any (non-instrumented) process.
Patch Set 1 : #Patch Set 2 : Polish #
Total comments: 19
Patch Set 3 : Address Ben and Marcus' comments #Patch Set 4 : Fix typo #
Total comments: 6
Patch Set 5 : Handle shared pages mapped multiple times in a same process #
Total comments: 2
Patch Set 6 : Add warning message to memreport.py #Patch Set 7 : Update license #
Messages
Total messages: 16 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||