Home | History | Annotate | Download | only in test

Lines Matching defs:hprof

36   // hprof. To avoid repeating this overhead for each test case, we cache the
52 * Load the test-dump.hprof and test-dump-base.hprof files.
54 * "ahat.test.dump.hprof" and "ahat.test.dump.base.hprof", which is expected
56 * The location of the proguard map for both hprof files is read from the
58 * java -Dahat.test.dump.hprof=test-dump.hprof \
59 * -Dahat.test.dump.base.hprof=test-dump-base.hprof \
63 * An IOException is thrown if there is a failure reading the hprof files or
67 // TODO: Make use of the baseline hprof for tests.
68 String hprof = System.getProperty("ahat.test.dump.hprof");
69 String hprofBase = System.getProperty("ahat.test.dump.base.hprof");
79 mSnapshot = AhatSnapshot.fromHprof(new File(hprof), map);
149 * An IOException is thrown if there is an error reading the test dump hprof