Home
last modified time | relevance | path

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

/libcore/metrictests/memory/host/src/libcore/heapmetrics/
DMetricsRunner.java121 String deviceDirectoryName = in runAllInstrumentations() local
123 testDevice.executeShellCommand(String.format("mkdir %s", deviceDirectoryName)); in runAllInstrumentations()
126 action, relativeDirectoryName, deviceDirectoryName, in runAllInstrumentations()
129 action, relativeDirectoryName, deviceDirectoryName, in runAllInstrumentations()
131 AhatSnapshot beforeDump = fetchHeapDump(deviceDirectoryName, "before.hprof", action); in runAllInstrumentations()
132 AhatSnapshot afterDump = fetchHeapDump(deviceDirectoryName, "after.hprof", action); in runAllInstrumentations()
133 int beforeTotalPssKb = fetchTotalPssKb(deviceDirectoryName, "before.pss.txt"); in runAllInstrumentations()
134 int afterTotalPssKb = fetchTotalPssKb(deviceDirectoryName, "after.pss.txt"); in runAllInstrumentations()
137 testDevice.executeShellCommand(String.format("rm -r %s", deviceDirectoryName)); in runAllInstrumentations()
154 String action, String relativeDirectoryName, String deviceDirectoryName, String apk) in runInstrumentation() argument
[all …]