Richard Uhler | e9444bf | 2018-07-20 13:35:15 +0100 | [diff] [blame] | 1 | This directory contains a test for system server memory use. |
| 2 | |
| 3 | Directory structure |
| 4 | =================== |
| 5 | device |
| 6 | - those parts of the test that run on device. |
| 7 | |
| 8 | host |
| 9 | - those parts of the test that run on host. |
| 10 | |
| 11 | Running the test |
| 12 | ================ |
| 13 | |
| 14 | You can manually run the test as follows: |
| 15 | |
Richard Uhler | 0745669 | 2018-09-06 13:31:10 +0100 | [diff] [blame] | 16 | atest -v system-memory-test |
Richard Uhler | e9444bf | 2018-07-20 13:35:15 +0100 | [diff] [blame] | 17 | |
| 18 | This installs and runs the test on device. You can see the metrics in the |
| 19 | tradefed output. |
| 20 | |