Home
last modified time | relevance | path

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

/libcore/metrictests/memory/host/src/libcore/heapmetrics/
DMetricsRunner.java131 AhatSnapshot beforeDump = fetchHeapDump(deviceDirectoryName, "before.hprof", action); in runAllInstrumentations()
132 AhatSnapshot afterDump = fetchHeapDump(deviceDirectoryName, "after.hprof", action); in runAllInstrumentations()
206 private AhatSnapshot fetchHeapDump( in fetchHeapDump() method in MetricsRunner