View Single Post
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#4
I am interested in these results as well.

The test method is very important, though.

Maybe a good and simpler starting point would be a comparison between stock x thumb2 of post-reboot memory footprint of some flagship apps.

For instance, my browserd is reported by
Code:
ps aux|grep browserd
as using 42780. I have not rebooted and I am on standard CSSU testing, with no open windows (I have not checked if browserd is on thumb2, though).

Even better is to use
Code:
pmap
, as it breaks memory usage of the process and its shared libs.

So we could choose maybe 4 standard apps and post their pmap maps of thumb2 and standard, and that would give a good idea of the differences.

Last edited by caveman; 2012-07-27 at 17:34. Reason: use pmap to map memory
 

The Following User Says Thank You to caveman For This Useful Post: