Home
last modified time | relevance | path

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

/libcore/metrictests/memory/apps/src/libcore/heapdumper/
DHeapDumpInstrumentation.java37 File dumpFile = resolveRelativeOutputFilename(label + ".hprof"); in takeMeasurement() local
39 Debug.dumpHprofData(dumpFile.getCanonicalPath()); in takeMeasurement()
40 Log.i(TAG, "Wrote to heap dump to " + dumpFile.getCanonicalPath()); in takeMeasurement()