History log of /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/MemoryUsageTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d85b8d57a0ce0514a1c9ea8f763b95aa94711645 20-Nov-2012 Maxim Siniavine <siniavine@google.com> Switched to another method for launching apps.

Started using a separate thread which calls startActivityAndWait
for starting apps. Also increased the minimum and maximum lengths
of time to wait for apps to stabilize.

Change-Id: I49935a0ed1d1c230e58dc1629e5e4da6b3887903
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/MemoryUsageTest.java
a9d9decf87a040087a9bda4340d53c21cd3e672a 15-Sep-2012 Maxim Siniavine <siniavine@google.com> Go to home screen after launching each app.

Instead of starting one app after another the MemoryUsage
instrumentation goes to the home screen between
launching apps.

Change-Id: Ia0acf9f6f65a23f537b96c98743b59d746681447
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/MemoryUsageTest.java
2effa64ab7192d9c41cbbe1fd57d61d6d6f94ba8 30-Aug-2012 Maxim Siniavine <siniavine@google.com> Fixed MemoryUsage issue with reporting results.

When the memory of the application did not stabilize within
the time limit, the test would report that using the application
name, instead of the result key. Fixed the test to always use the
result key.

Change-Id: Ie16969e831bd3d89ee0496b992568f52bf1989cb
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/MemoryUsageTest.java
9229700728ec4b7bca28da5325b48a4acb4bfc0d 17-Aug-2012 Maxim Siniavine <siniavine@google.com> Added a test to measure memory usage of apps.

Each app uses a certain amount of memory when running in the
foreground. This test takes a list of app on the command line
starts them one at a time and reports the total PSS of the
app's process. The test allows to monitor memory usage over time.

Change-Id: I3411bd96cf7c7af10acbb8deeb9936469b810ea2
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/MemoryUsageTest.java