Lines Matching full:hprof
32 // hprof. To avoid repeating this overhead for each test case, we cache the
41 * Load the test-dump.hprof file.
43 * "ahat.test.dump.hprof", which is expected to be set on the command line.
45 * java -Dahat.test.dump.hprof=test-dump.hprof -jar ahat-tests.jar
47 * An IOException is thrown if there is a failure reading the hprof file.
50 String hprof = System.getProperty("ahat.test.dump.hprof");
51 mSnapshot = AhatSnapshot.fromHprof(new File(hprof));
78 * An IOException is thrown if there is an error reading the test dump hprof