Home
last modified time | relevance | path

Searched refs:SMAPS_INFO (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java56 private static final String SMAPS_INFO = "cat /proc/%d/smaps"; field in HermeticMemoryTest
139 String sMapsInfo = mTestDevice.executeShellCommand(String.format(SMAPS_INFO, processId)); in run()