Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
device/ | 03-May-2024 | - | 115 | 60 | ||
host/ | 03-May-2024 | - | 416 | 198 | ||
README.txt | D | 03-May-2024 | 411 | 21 | 13 |
README.txt
1This directory contains a test for system server memory use. 2 3Directory structure 4=================== 5device 6 - those parts of the test that run on device. 7 8host 9 - those parts of the test that run on host. 10 11Running the test 12================ 13 14You can manually run the test as follows: 15 16 atest -v system-memory-test 17 18This installs and runs the test on device. You can see the metrics in the 19tradefed output. 20 21