Skip to content

This repo contains the code and data for our SIGCOMM CCR 2020 paper, "Mobile Web Browsing Under Memory Pressure"

License

Notifications You must be signed in to change notification settings

nsgLUMS/mobileLowMem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Web Browsing Under Memory Pressure

About Repository

In this work, we analyze how device memory usage affects mobile Web browsing performance. We quantify the memory footprint of popular Web pages over different mobile devices, mobile browsers, and Android versions, analyze the induced memory distribution across different browser components (e.g., JavaScript engine and compositor), investigate how performance gets impacted under memory pressure and proposeoptimizations to reduce the memory footprint of Web browsing.

In this repository, we have provided all the tools, scripts, and data used in the paper along with installation guidelines. For majority of our experiments, we used the 2GB RAM Nexus 5 device, which has a quad-core processor. Use of such a mid-range device is commmon in developing countries.

To perform experiments involving tracking the memory footprint of Web browsing, we flashed the userdebug build (from Google's repository) to the device. Moreover, for inducing memory pressure using a custom application we built, we rooted the device. We tracked the memory footprint using the Telemetry; a performance benchmarking tool for Chrome. To obtain webpage size and more detailed statistics about Web pages, we used WebPageTest. For inducing memory pressure, we designed and developed a native Android application using SDK and NDK. For tracking PSS of applications, we also developed an Android application.

About

This repo contains the code and data for our SIGCOMM CCR 2020 paper, "Mobile Web Browsing Under Memory Pressure"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published