Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/
DMain.java100 File hprofbase = null; in main() local
126 if (hprofbase != null) { in main()
131 hprofbase = new File(args[i]); in main()
177 if (hprofbase != null) { in main()
178 AhatSnapshot base = loadHeapDump(hprofbase, mapbase, new AsciiProgress(), retained); in main()
185 new AhatHttpHandler(new OverviewHandler(ahat, hprof, hprofbase, retained))); in main()